Hex Color #D897DB - Custom Color
Color Codes
HEX
#D897DB
RGB
rgb(216, 151, 219)
HSL
hsl(297, 49%, 73%)
CMYK
cmyk(1%, 31%, 0%, 14%)
HSV
hsv(297, 31%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.37: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: #D897DB;
color: #D897DB;
border-color: #D897DB;
}
Tailwind CSS (with arbitrary values)
bg-[#D897DB]
text-[#D897DB]
border-[#D897DB]
// Example usage:
<div className="bg-[#D897DB]">