Hex Color #CFC6DD - Custom Color
Color Codes
HEX
#CFC6DD
RGB
rgb(207, 198, 221)
HSL
hsl(263, 25%, 82%)
CMYK
cmyk(6%, 10%, 0%, 13%)
HSV
hsv(263, 10%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.64:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.77: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: #CFC6DD;
color: #CFC6DD;
border-color: #CFC6DD;
}
Tailwind CSS (with arbitrary values)
bg-[#CFC6DD]
text-[#CFC6DD]
border-[#CFC6DD]
// Example usage:
<div className="bg-[#CFC6DD]">