Hex Color #75002D - Custom Color
Color Codes
HEX
#75002D
RGB
rgb(117, 0, 45)
HSL
hsl(337, 100%, 23%)
CMYK
cmyk(0%, 100%, 62%, 54%)
HSV
hsv(337, 100%, 46%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 11.70:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.79: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: #75002D;
color: #75002D;
border-color: #75002D;
}
Tailwind CSS (with arbitrary values)
bg-[#75002D]
text-[#75002D]
border-[#75002D]
// Example usage:
<div className="bg-[#75002D]">