Hex Color #AAAC9F - Custom Color

Color Codes

HEX
#AAAC9F
RGB
rgb(170, 172, 159)
HSL
hsl(69, 7%, 65%)
CMYK
cmyk(1%, 0%, 8%, 33%)
HSV
hsv(69, 8%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.30:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 9.11: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: #AAAC9F;
color: #AAAC9F;
border-color: #AAAC9F;
}

Tailwind CSS (with arbitrary values)

bg-[#AAAC9F]
text-[#AAAC9F]
border-[#AAAC9F]
// Example usage:
<div className="bg-[#AAAC9F]">