Hex Color #23011E - Custom Color
Color Codes
HEX
#23011E
RGB
rgb(35, 1, 30)
HSL
hsl(309, 94%, 7%)
CMYK
cmyk(0%, 97%, 14%, 86%)
HSV
hsv(309, 97%, 14%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 19.19:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.09: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: #23011E;
color: #23011E;
border-color: #23011E;
}
Tailwind CSS (with arbitrary values)
bg-[#23011E]
text-[#23011E]
border-[#23011E]
// Example usage:
<div className="bg-[#23011E]">