Hex Color #CEBD8C - Custom Color

Color Codes

HEX
#CEBD8C
RGB
rgb(206, 189, 140)
HSL
hsl(45, 40%, 68%)
CMYK
cmyk(0%, 8%, 32%, 19%)
HSV
hsv(45, 32%, 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.28: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: #CEBD8C;
color: #CEBD8C;
border-color: #CEBD8C;
}

Tailwind CSS (with arbitrary values)

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