HSL(72, 10%, 59%)
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(72,10%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 10%, 59%) | color: hsl(72, 10%, 59%) | |
| HEX | #9DA18C | color: #9DA18C | |
| RGB | rgb(157, 161, 140) | color: rgb(157, 161, 140) | |
| CMYK | cmyk(2%, 0%, 13%, 37%) | — | |
| HSV | hsv(71, 13%, 63%) | — | |
| HWB | hwb(71 55% 37%) | color: hwb(71 55% 37%) | |
| OKLCH | oklch(0.6998 0.0301 115.94) | color: oklch(0.6998 0.0301 115.94) | |
| Lab | lab(65.4 -5.27 10.46) | color: lab(65.4 -5.27 10.46) | |
| LCH | lch(65.4 11.71 116.74) | color: lch(65.4 11.71 116.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)
#9F9F91 — rgb(159, 159, 145)
Deuteranopia (Green-blind)
#9F9E92 — rgb(159, 158, 146)
Tritanopia (Blue-blind)
#9D9596 — rgb(157, 149, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 10%, 59%);
text
color: hsl(72, 10%, 59%);
border
border: 2px solid hsl(72, 10%, 59%);
gradient light
background: linear-gradient(to right, hsl(72, 10%, 79%), hsl(72, 10%, 59%));
gradient dark
background: linear-gradient(to right, hsl(72, 10%, 59%), hsl(72, 10%, 39%))
hex
background-color: #9DA18C;
tailwind
bg-[hsl(72,10%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 10%, 59%, 0.4);
css variable
--color-primary: hsl(72, 10%, 59%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(72, 10%, 59%)?
HEX: #9DA18C | RGB: rgb(157, 161, 140) | CMYK: 2%, 0%, 13%, 37% | HSV: 71°, 13%, 63%. Copy any format from the conversion table above.
What colors go well with #9DA18C?
The complementary color is HSL(252, 10%, 59%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 10%, 59%) in CSS?
As HSL: color: hsl(72, 10%, 59%); — As HEX: color: #9DA18C; — As RGB: color: rgb(157, 161, 140); — Tailwind CSS: bg-[hsl(72,10%,59%)] — CSS variable: --color-primary: hsl(72, 10%, 59%);