Hex Color #C5B9BD - Custom Color

Color Codes

HEX
#C5B9BD
RGB
rgb(197, 185, 189)
HSL
hsl(340, 9%, 75%)
CMYK
cmyk(0%, 6%, 4%, 23%)
HSV
hsv(340, 6%, 77%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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