Hex Color #A99C8C - Custom Color
Color Codes
HEX
#A99C8C
RGB
rgb(169, 156, 140)
HSL
hsl(33, 14%, 61%)
CMYK
cmyk(0%, 8%, 17%, 34%)
HSV
hsv(33, 17%, 66%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.69:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.82: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: #A99C8C;
color: #A99C8C;
border-color: #A99C8C;
}
Tailwind CSS (with arbitrary values)
bg-[#A99C8C]
text-[#A99C8C]
border-[#A99C8C]
// Example usage:
<div className="bg-[#A99C8C]">