Hex Color #AA9FB4 - Custom Color
Color Codes
HEX
#AA9FB4
RGB
rgb(170, 159, 180)
HSL
hsl(271, 12%, 66%)
CMYK
cmyk(6%, 12%, 0%, 29%)
HSV
hsv(271, 12%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.52:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.33: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: #AA9FB4;
color: #AA9FB4;
border-color: #AA9FB4;
}
Tailwind CSS (with arbitrary values)
bg-[#AA9FB4]
text-[#AA9FB4]
border-[#AA9FB4]
// Example usage:
<div className="bg-[#AA9FB4]">