Hex Color #CEBCC0 - Custom Color
Color Codes
HEX
#CEBCC0
RGB
rgb(206, 188, 192)
HSL
hsl(347, 16%, 77%)
CMYK
cmyk(0%, 9%, 7%, 19%)
HSV
hsv(347, 9%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.81:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.58: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: #CEBCC0;
color: #CEBCC0;
border-color: #CEBCC0;
}
Tailwind CSS (with arbitrary values)
bg-[#CEBCC0]
text-[#CEBCC0]
border-[#CEBCC0]
// Example usage:
<div className="bg-[#CEBCC0]">