Hex Color #AAD69B - Custom Color
Color Codes
HEX
#AAD69B
RGB
rgb(170, 214, 155)
HSL
hsl(105, 42%, 72%)
CMYK
cmyk(21%, 0%, 28%, 16%)
HSV
hsv(105, 28%, 84%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.64:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.80:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #AAD69B;
color: #AAD69B;
border-color: #AAD69B;
}
Tailwind CSS (with arbitrary values)
bg-[#AAD69B]
text-[#AAD69B]
border-[#AAD69B]
// Example usage:
<div className="bg-[#AAD69B]">