Hex Color #8AA58E - Custom Color

Color Codes

HEX
#8AA58E
RGB
rgb(138, 165, 142)
HSL
hsl(129, 13%, 59%)
CMYK
cmyk(16%, 0%, 14%, 35%)
HSV
hsv(129, 16%, 65%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.85: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: #8AA58E;
color: #8AA58E;
border-color: #8AA58E;
}

Tailwind CSS (with arbitrary values)

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