HSL(89, 10%, 62%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(89,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 10%, 62%) | color: hsl(89, 10%, 62%) | |
| HEX | #9EA894 | color: #9EA894 | |
| RGB | rgb(158, 168, 148) | color: rgb(158, 168, 148) | |
| CMYK | cmyk(6%, 0%, 12%, 34%) | — | |
| HSV | hsv(90, 12%, 66%) | — | |
| HWB | hwb(90 58% 34%) | color: hwb(90 58% 34%) | |
| OKLCH | oklch(0.7179 0.0305 128.94) | color: oklch(0.7179 0.0305 128.94) | |
| Lab | lab(67.59 -7.28 9.13) | color: lab(67.59 -7.28 9.13) | |
| LCH | lch(67.59 11.68 128.57) | color: lch(67.59 11.68 128.57) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#A2A299 — rgb(162, 162, 153)
Deuteranopia (Green-blind)
#A2A19A — rgb(162, 161, 154)
Tritanopia (Blue-blind)
#9F9D9E — rgb(159, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 10%, 62%);
text
color: hsl(89, 10%, 62%);
border
border: 2px solid hsl(89, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(89, 10%, 82%), hsl(89, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(89, 10%, 62%), hsl(89, 10%, 42%))
hex
background-color: #9EA894;
tailwind
bg-[hsl(89,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 10%, 62%, 0.4);
css variable
--color-primary: hsl(89, 10%, 62%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(89, 10%, 62%)?
HEX: #9EA894 | RGB: rgb(158, 168, 148) | CMYK: 6%, 0%, 12%, 34% | HSV: 90°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #9EA894?
The complementary color is HSL(269, 10%, 62%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 10%, 62%) in CSS?
As HSL: color: hsl(89, 10%, 62%); — As HEX: color: #9EA894; — As RGB: color: rgb(158, 168, 148); — Tailwind CSS: bg-[hsl(89,10%,62%)] — CSS variable: --color-primary: hsl(89, 10%, 62%);