Hex Color #D6C9FD - Custom Color
Color Codes
HEX
#D6C9FD
RGB
rgb(214, 201, 253)
HSL
hsl(255, 93%, 89%)
CMYK
cmyk(15%, 21%, 0%, 1%)
HSV
hsv(255, 21%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.54:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.63:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #D6C9FD;
color: #D6C9FD;
border-color: #D6C9FD;
}
Tailwind CSS (with arbitrary values)
bg-[#D6C9FD]
text-[#D6C9FD]
border-[#D6C9FD]
// Example usage:
<div className="bg-[#D6C9FD]">