Hex Color #D8458C - Custom Color
Color Codes
HEX
#D8458C
RGB
rgb(216, 69, 140)
HSL
hsl(331, 65%, 56%)
CMYK
cmyk(0%, 68%, 35%, 15%)
HSV
hsv(331, 68%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.08:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.15:1
Pass - 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: #D8458C;
color: #D8458C;
border-color: #D8458C;
}
Tailwind CSS (with arbitrary values)
bg-[#D8458C]
text-[#D8458C]
border-[#D8458C]
// Example usage:
<div className="bg-[#D8458C]">