Hex Color #D77DA8 - Custom Color
Color Codes
HEX
#D77DA8
RGB
rgb(215, 125, 168)
HSL
hsl(331, 53%, 67%)
CMYK
cmyk(0%, 42%, 22%, 16%)
HSV
hsv(331, 42%, 84%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.84:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.39:1
Pass - WCAG AA (Normal Text)
Pass - 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: #D77DA8;
color: #D77DA8;
border-color: #D77DA8;
}
Tailwind CSS (with arbitrary values)
bg-[#D77DA8]
text-[#D77DA8]
border-[#D77DA8]
// Example usage:
<div className="bg-[#D77DA8]">