Hex Color #AEC29C - Custom Color
Color Codes
HEX
#AEC29C
RGB
rgb(174, 194, 156)
HSL
hsl(92, 24%, 69%)
CMYK
cmyk(10%, 0%, 20%, 24%)
HSV
hsv(92, 20%, 76%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.91:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.00: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: #AEC29C;
color: #AEC29C;
border-color: #AEC29C;
}
Tailwind CSS (with arbitrary values)
bg-[#AEC29C]
text-[#AEC29C]
border-[#AEC29C]
// Example usage:
<div className="bg-[#AEC29C]">