HSL(80, 10%, 58%)
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(80,10%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 10%, 58%) | color: hsl(80, 10%, 58%) | |
| HEX | #979F89 | color: #979F89 | |
| RGB | rgb(151, 159, 137) | color: rgb(151, 159, 137) | |
| CMYK | cmyk(5%, 0%, 14%, 38%) | — | |
| HSV | hsv(82, 14%, 62%) | — | |
| HWB | hwb(82 53% 38%) | color: hwb(82 53% 38%) | |
| OKLCH | oklch(0.6898 0.0327 123.54) | color: oklch(0.6898 0.0327 123.54) | |
| Lab | lab(64.31 -6.95 10.52) | color: lab(64.31 -6.95 10.52) | |
| LCH | lch(64.31 12.61 123.45) | color: lch(64.31 12.61 123.45) |
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)
#9A9B8E — rgb(154, 155, 142)
Deuteranopia (Green-blind)
#9A9990 — rgb(154, 153, 144)
Tritanopia (Blue-blind)
#979393 — rgb(151, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 10%, 58%);
text
color: hsl(80, 10%, 58%);
border
border: 2px solid hsl(80, 10%, 58%);
gradient light
background: linear-gradient(to right, hsl(80, 10%, 78%), hsl(80, 10%, 58%));
gradient dark
background: linear-gradient(to right, hsl(80, 10%, 58%), hsl(80, 10%, 38%))
hex
background-color: #979F89;
tailwind
bg-[hsl(80,10%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 10%, 58%, 0.4);
css variable
--color-primary: hsl(80, 10%, 58%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(80, 10%, 58%)?
HEX: #979F89 | RGB: rgb(151, 159, 137) | CMYK: 5%, 0%, 14%, 38% | HSV: 82°, 14%, 62%. Copy any format from the conversion table above.
What colors go well with #979F89?
The complementary color is HSL(260, 10%, 58%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 10%, 58%) in CSS?
As HSL: color: hsl(80, 10%, 58%); — As HEX: color: #979F89; — As RGB: color: rgb(151, 159, 137); — Tailwind CSS: bg-[hsl(80,10%,58%)] — CSS variable: --color-primary: hsl(80, 10%, 58%);