Hex Color #BDA8BA - Custom Color

Color Codes

HEX
#BDA8BA
RGB
rgb(189, 168, 186)
HSL
hsl(309, 14%, 70%)
CMYK
cmyk(0%, 11%, 2%, 26%)
HSV
hsv(309, 11%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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