Hex Color #CEC5AA - Custom Color

Color Codes

HEX
#CEC5AA
RGB
rgb(206, 197, 170)
HSL
hsl(45, 27%, 74%)
CMYK
cmyk(0%, 4%, 17%, 19%)
HSV
hsv(45, 17%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 1.72:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 12.19: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: #CEC5AA;
color: #CEC5AA;
border-color: #CEC5AA;
}

Tailwind CSS (with arbitrary values)

bg-[#CEC5AA]
text-[#CEC5AA]
border-[#CEC5AA]
// Example usage:
<div className="bg-[#CEC5AA]">