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