Hex Color #02100E - Custom Color
Color Codes
HEX
#02100E
RGB
rgb(2, 16, 14)
HSL
hsl(171, 78%, 4%)
CMYK
cmyk(88%, 0%, 12%, 94%)
HSV
hsv(171, 88%, 6%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 19.39:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.08: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: #02100E;
color: #02100E;
border-color: #02100E;
}
Tailwind CSS (with arbitrary values)
bg-[#02100E]
text-[#02100E]
border-[#02100E]
// Example usage:
<div className="bg-[#02100E]">