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