Hex Color #1F020A - Custom Color
Color Codes
HEX
#1F020A
RGB
rgb(31, 2, 10)
HSL
hsl(343, 88%, 6%)
CMYK
cmyk(0%, 94%, 68%, 88%)
HSV
hsv(343, 94%, 12%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 19.60:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.07:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #1F020A;
color: #1F020A;
border-color: #1F020A;
}
Tailwind CSS (with arbitrary values)
bg-[#1F020A]
text-[#1F020A]
border-[#1F020A]
// Example usage:
<div className="bg-[#1F020A]">