Hex Color #CFCAA2 - Custom Color

Color Codes

HEX
#CFCAA2
RGB
rgb(207, 202, 162)
HSL
hsl(53, 32%, 72%)
CMYK
cmyk(0%, 2%, 22%, 19%)
HSV
hsv(53, 22%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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