Hex Color #AEAB5B - Custom Color
Color Codes
HEX
#AEAB5B
RGB
rgb(174, 171, 91)
HSL
hsl(58, 34%, 52%)
CMYK
cmyk(0%, 2%, 48%, 32%)
HSV
hsv(58, 48%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.39:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.78: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: #AEAB5B;
color: #AEAB5B;
border-color: #AEAB5B;
}
Tailwind CSS (with arbitrary values)
bg-[#AEAB5B]
text-[#AEAB5B]
border-[#AEAB5B]
// Example usage:
<div className="bg-[#AEAB5B]">