Hex Color #C8B4DB - Custom Color

Color Codes

HEX
#C8B4DB
RGB
rgb(200, 180, 219)
HSL
hsl(271, 35%, 78%)
CMYK
cmyk(9%, 18%, 0%, 14%)
HSV
hsv(271, 18%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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