Hex Color #A49A9F - Custom Color
Color Codes
HEX
#A49A9F
RGB
rgb(164, 154, 159)
HSL
hsl(330, 5%, 62%)
CMYK
cmyk(0%, 6%, 3%, 36%)
HSV
hsv(330, 6%, 64%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.73:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.70: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: #A49A9F;
color: #A49A9F;
border-color: #A49A9F;
}
Tailwind CSS (with arbitrary values)
bg-[#A49A9F]
text-[#A49A9F]
border-[#A49A9F]
// Example usage:
<div className="bg-[#A49A9F]">