Hex Color #12060D - Custom Color
Color Codes
HEX
#12060D
RGB
rgb(18, 6, 13)
HSL
hsl(325, 50%, 5%)
CMYK
cmyk(0%, 67%, 28%, 93%)
HSV
hsv(325, 67%, 7%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 19.86:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.06: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: #12060D;
color: #12060D;
border-color: #12060D;
}
Tailwind CSS (with arbitrary values)
bg-[#12060D]
text-[#12060D]
border-[#12060D]
// Example usage:
<div className="bg-[#12060D]">