Hex Color #D0BBCD - Custom Color

Color Codes

HEX
#D0BBCD
RGB
rgb(208, 187, 205)
HSL
hsl(309, 18%, 77%)
CMYK
cmyk(0%, 10%, 1%, 18%)
HSV
hsv(309, 10%, 82%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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