Hex Color #32012C - Custom Color
Color Codes
HEX
#32012C
RGB
rgb(50, 1, 44)
HSL
hsl(307, 96%, 10%)
CMYK
cmyk(0%, 98%, 12%, 80%)
HSV
hsv(307, 98%, 20%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 17.85:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.18: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: #32012C;
color: #32012C;
border-color: #32012C;
}
Tailwind CSS (with arbitrary values)
bg-[#32012C]
text-[#32012C]
border-[#32012C]
// Example usage:
<div className="bg-[#32012C]">