Hex Color #C8C4AC - Custom Color

Color Codes

HEX
#C8C4AC
RGB
rgb(200, 196, 172)
HSL
hsl(51, 20%, 73%)
CMYK
cmyk(0%, 2%, 14%, 22%)
HSV
hsv(51, 14%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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