Hex Color #CEB4CC - Custom Color
Color Codes
HEX
#CEB4CC
RGB
rgb(206, 180, 204)
HSL
hsl(305, 21%, 76%)
CMYK
cmyk(0%, 13%, 1%, 19%)
HSV
hsv(305, 13%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.90:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.02: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: #CEB4CC;
color: #CEB4CC;
border-color: #CEB4CC;
}
Tailwind CSS (with arbitrary values)
bg-[#CEB4CC]
text-[#CEB4CC]
border-[#CEB4CC]
// Example usage:
<div className="bg-[#CEB4CC]">