Hex Color #D8093B - Custom Color
Color Codes
HEX
#D8093B
RGB
rgb(216, 9, 59)
HSL
hsl(346, 92%, 44%)
CMYK
cmyk(0%, 96%, 73%, 15%)
HSV
hsv(346, 96%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.22:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.02: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: #D8093B;
color: #D8093B;
border-color: #D8093B;
}
Tailwind CSS (with arbitrary values)
bg-[#D8093B]
text-[#D8093B]
border-[#D8093B]
// Example usage:
<div className="bg-[#D8093B]">