Hex Color #210A0C - Custom Color
Color Codes
HEX
#210A0C
RGB
rgb(33, 10, 12)
HSL
hsl(355, 53%, 8%)
CMYK
cmyk(0%, 70%, 64%, 87%)
HSV
hsv(355, 70%, 13%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 18.86:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.11: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: #210A0C;
color: #210A0C;
border-color: #210A0C;
}
Tailwind CSS (with arbitrary values)
bg-[#210A0C]
text-[#210A0C]
border-[#210A0C]
// Example usage:
<div className="bg-[#210A0C]">