Hex Color #BAA6BF - Custom Color
Color Codes
HEX
#BAA6BF
RGB
rgb(186, 166, 191)
HSL
hsl(288, 16%, 70%)
CMYK
cmyk(3%, 13%, 0%, 25%)
HSV
hsv(288, 13%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.29: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: #BAA6BF;
color: #BAA6BF;
border-color: #BAA6BF;
}
Tailwind CSS (with arbitrary values)
bg-[#BAA6BF]
text-[#BAA6BF]
border-[#BAA6BF]
// Example usage:
<div className="bg-[#BAA6BF]">