Hex Color #55001B - Custom Color
Color Codes
HEX
#55001B
RGB
rgb(85, 0, 27)
HSL
hsl(341, 100%, 17%)
CMYK
cmyk(0%, 100%, 68%, 67%)
HSV
hsv(341, 100%, 33%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 14.98:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.40: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: #55001B;
color: #55001B;
border-color: #55001B;
}
Tailwind CSS (with arbitrary values)
bg-[#55001B]
text-[#55001B]
border-[#55001B]
// Example usage:
<div className="bg-[#55001B]">