Hex Color #08141A - Custom Color
Color Codes
HEX
#08141A
RGB
rgb(8, 20, 26)
HSL
hsl(200, 53%, 7%)
CMYK
cmyk(69%, 23%, 0%, 90%)
HSV
hsv(200, 69%, 10%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 18.66:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.13: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: #08141A;
color: #08141A;
border-color: #08141A;
}
Tailwind CSS (with arbitrary values)
bg-[#08141A]
text-[#08141A]
border-[#08141A]
// Example usage:
<div className="bg-[#08141A]">