Hex Color #B9ABCE - Custom Color
Color Codes
HEX
#B9ABCE
RGB
rgb(185, 171, 206)
HSL
hsl(264, 26%, 74%)
CMYK
cmyk(10%, 17%, 0%, 19%)
HSV
hsv(264, 17%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.15:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.78: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: #B9ABCE;
color: #B9ABCE;
border-color: #B9ABCE;
}
Tailwind CSS (with arbitrary values)
bg-[#B9ABCE]
text-[#B9ABCE]
border-[#B9ABCE]
// Example usage:
<div className="bg-[#B9ABCE]">