Hex Color #CDC9DD - Custom Color
Color Codes
HEX
#CDC9DD
RGB
rgb(205, 201, 221)
HSL
hsl(252, 23%, 83%)
CMYK
cmyk(7%, 9%, 0%, 13%)
HSV
hsv(252, 9%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.62:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.99: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: #CDC9DD;
color: #CDC9DD;
border-color: #CDC9DD;
}
Tailwind CSS (with arbitrary values)
bg-[#CDC9DD]
text-[#CDC9DD]
border-[#CDC9DD]
// Example usage:
<div className="bg-[#CDC9DD]">