Hex Color #08330C - Custom Color
Color Codes
HEX
#08330C
RGB
rgb(8, 51, 12)
HSL
hsl(126, 73%, 12%)
CMYK
cmyk(84%, 0%, 76%, 80%)
HSV
hsv(126, 84%, 20%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 14.10:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.49: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: #08330C;
color: #08330C;
border-color: #08330C;
}
Tailwind CSS (with arbitrary values)
bg-[#08330C]
text-[#08330C]
border-[#08330C]
// Example usage:
<div className="bg-[#08330C]">