HSL(131, 10%, 64%)
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(131,10%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 10%, 64%) | color: hsl(131, 10%, 64%) | |
| HEX | #9AAC9D | color: #9AAC9D | |
| RGB | rgb(154, 172, 157) | color: rgb(154, 172, 157) | |
| CMYK | cmyk(10%, 0%, 9%, 33%) | — | |
| HSV | hsv(130, 10%, 67%) | — | |
| HWB | hwb(130 60% 33%) | color: hwb(130 60% 33%) | |
| OKLCH | oklch(0.726 0.0294 150.25) | color: oklch(0.726 0.0294 150.25) | |
| Lab | lab(68.61 -9.21 5.59) | color: lab(68.61 -9.21 5.59) | |
| LCH | lch(68.61 10.77 148.74) | color: lch(68.61 10.77 148.74) |
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)
#A2A2A1 — rgb(162, 162, 161)
Deuteranopia (Green-blind)
#A19FA2 — rgb(161, 159, 162)
Tritanopia (Blue-blind)
#9BA3A4 — rgb(155, 163, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 10%, 64%);
text
color: hsl(131, 10%, 64%);
border
border: 2px solid hsl(131, 10%, 64%);
gradient light
background: linear-gradient(to right, hsl(131, 10%, 84%), hsl(131, 10%, 64%));
gradient dark
background: linear-gradient(to right, hsl(131, 10%, 64%), hsl(131, 10%, 44%))
hex
background-color: #9AAC9D;
tailwind
bg-[hsl(131,10%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 10%, 64%, 0.4);
css variable
--color-primary: hsl(131, 10%, 64%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(131, 10%, 64%)?
HEX: #9AAC9D | RGB: rgb(154, 172, 157) | CMYK: 10%, 0%, 9%, 33% | HSV: 130°, 10%, 67%. Copy any format from the conversion table above.
What colors go well with #9AAC9D?
The complementary color is HSL(311, 10%, 64%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 10%, 64%) in CSS?
As HSL: color: hsl(131, 10%, 64%); — As HEX: color: #9AAC9D; — As RGB: color: rgb(154, 172, 157); — Tailwind CSS: bg-[hsl(131,10%,64%)] — CSS variable: --color-primary: hsl(131, 10%, 64%);