Hex Color #B69EAA - Custom Color
Color Codes
HEX
#B69EAA
RGB
rgb(182, 158, 170)
HSL
hsl(330, 14%, 67%)
CMYK
cmyk(0%, 13%, 7%, 29%)
HSV
hsv(330, 13%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.48:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.46: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: #B69EAA;
color: #B69EAA;
border-color: #B69EAA;
}
Tailwind CSS (with arbitrary values)
bg-[#B69EAA]
text-[#B69EAA]
border-[#B69EAA]
// Example usage:
<div className="bg-[#B69EAA]">