Hex Color #ACB096 - Custom Color
Color Codes
HEX
#ACB096
RGB
rgb(172, 176, 150)
HSL
hsl(69, 14%, 64%)
CMYK
cmyk(2%, 0%, 15%, 31%)
HSV
hsv(69, 15%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.23:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.40: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: #ACB096;
color: #ACB096;
border-color: #ACB096;
}
Tailwind CSS (with arbitrary values)
bg-[#ACB096]
text-[#ACB096]
border-[#ACB096]
// Example usage:
<div className="bg-[#ACB096]">