HSL(72, 10%, 57%)
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%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 10%, 57%) | color: hsl(72, 10%, 57%) | |
| HEX | #989C86 | color: #989C86 | |
| RGB | rgb(152, 156, 134) | color: rgb(152, 156, 134) | |
| CMYK | cmyk(3%, 0%, 14%, 39%) | — | |
| HSV | hsv(71, 14%, 61%) | — | |
| HWB | hwb(71 52% 39%) | color: hwb(71 52% 39%) | |
| OKLCH | oklch(0.6833 0.0317 115.61) | color: oklch(0.6833 0.0317 115.61) | |
| Lab | lab(63.49 -5.47 11.05) | color: lab(63.49 -5.47 11.05) | |
| LCH | lch(63.49 12.33 116.34) | color: lch(63.49 12.33 116.34) |
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)
#9A9A8B — rgb(154, 154, 139)
Deuteranopia (Green-blind)
#9A998D — rgb(154, 153, 141)
Tritanopia (Blue-blind)
#989090 — rgb(152, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 10%, 57%);
text
color: hsl(72, 10%, 57%);
border
border: 2px solid hsl(72, 10%, 57%);
gradient light
background: linear-gradient(to right, hsl(72, 10%, 77%), hsl(72, 10%, 57%));
gradient dark
background: linear-gradient(to right, hsl(72, 10%, 57%), hsl(72, 10%, 37%))
hex
background-color: #989C86;
tailwind
bg-[hsl(72,10%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 10%, 57%, 0.4);
css variable
--color-primary: hsl(72, 10%, 57%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(72, 10%, 57%)?
HEX: #989C86 | RGB: rgb(152, 156, 134) | CMYK: 3%, 0%, 14%, 39% | HSV: 71°, 14%, 61%. Copy any format from the conversion table above.
What colors go well with #989C86?
The complementary color is HSL(252, 10%, 57%). 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%, 57%) in CSS?
As HSL: color: hsl(72, 10%, 57%); — As HEX: color: #989C86; — As RGB: color: rgb(152, 156, 134); — Tailwind CSS: bg-[hsl(72,10%,57%)] — CSS variable: --color-primary: hsl(72, 10%, 57%);