Hex Color #BDABC9 - Custom Color
Color Codes
HEX
#BDABC9
RGB
rgb(189, 171, 201)
HSL
hsl(276, 22%, 73%)
CMYK
cmyk(6%, 15%, 0%, 21%)
HSV
hsv(276, 15%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.14:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.83: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: #BDABC9;
color: #BDABC9;
border-color: #BDABC9;
}
Tailwind CSS (with arbitrary values)
bg-[#BDABC9]
text-[#BDABC9]
border-[#BDABC9]
// Example usage:
<div className="bg-[#BDABC9]">