Hex Color #CDCAC5 - Custom Color

Color Codes

HEX
#CDCAC5
RGB
rgb(205, 202, 197)
HSL
hsl(37, 7%, 79%)
CMYK
cmyk(0%, 1%, 4%, 20%)
HSV
hsv(37, 4%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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