Hex Color #9AAC5E - Custom Color
Color Codes
HEX
#9AAC5E
RGB
rgb(154, 172, 94)
HSL
hsl(74, 32%, 52%)
CMYK
cmyk(10%, 0%, 45%, 33%)
HSV
hsv(74, 45%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.44: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: #9AAC5E;
color: #9AAC5E;
border-color: #9AAC5E;
}
Tailwind CSS (with arbitrary values)
bg-[#9AAC5E]
text-[#9AAC5E]
border-[#9AAC5E]
// Example usage:
<div className="bg-[#9AAC5E]">