Hex Color #B69BAE - Custom Color
Color Codes
HEX
#B69BAE
RGB
rgb(182, 155, 174)
HSL
hsl(318, 16%, 66%)
CMYK
cmyk(0%, 15%, 4%, 29%)
HSV
hsv(318, 15%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.53:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.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: #B69BAE;
color: #B69BAE;
border-color: #B69BAE;
}
Tailwind CSS (with arbitrary values)
bg-[#B69BAE]
text-[#B69BAE]
border-[#B69BAE]
// Example usage:
<div className="bg-[#B69BAE]">