Hex Color #D1B4BE - Custom Color

Color Codes

HEX
#D1B4BE
RGB
rgb(209, 180, 190)
HSL
hsl(339, 24%, 76%)
CMYK
cmyk(0%, 14%, 9%, 18%)
HSV
hsv(339, 14%, 82%)
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: 10.98:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #D1B4BE;
color: #D1B4BE;
border-color: #D1B4BE;
}

Tailwind CSS (with arbitrary values)

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