Hex Color #95100B - Custom Color
Color Codes
HEX
#95100B
RGB
rgb(149, 16, 11)
HSL
hsl(2, 86%, 31%)
CMYK
cmyk(0%, 89%, 93%, 42%)
HSV
hsv(2, 93%, 58%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 8.91:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.36: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: #95100B;
color: #95100B;
border-color: #95100B;
}
Tailwind CSS (with arbitrary values)
bg-[#95100B]
text-[#95100B]
border-[#95100B]
// Example usage:
<div className="bg-[#95100B]">