Hex Color #201908 - Custom Color
Color Codes
HEX
#201908
RGB
rgb(32, 25, 8)
HSL
hsl(43, 60%, 8%)
CMYK
cmyk(0%, 22%, 75%, 87%)
HSV
hsv(43, 75%, 13%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 17.44:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.20: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: #201908;
color: #201908;
border-color: #201908;
}
Tailwind CSS (with arbitrary values)
bg-[#201908]
text-[#201908]
border-[#201908]
// Example usage:
<div className="bg-[#201908]">