HSL(91, 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(91,10%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 10%, 58%) | color: hsl(91, 10%, 58%) | |
| HEX | #949F89 | color: #949F89 | |
| RGB | rgb(148, 159, 137) | color: rgb(148, 159, 137) | |
| CMYK | cmyk(7%, 0%, 14%, 38%) | — | |
| HSV | hsv(90, 14%, 62%) | — | |
| HWB | hwb(90 53% 38%) | color: hwb(90 53% 38%) | |
| OKLCH | oklch(0.6874 0.0339 129.02) | color: oklch(0.6874 0.0339 129.02) | |
| Lab | lab(64.08 -8.07 10.16) | color: lab(64.08 -8.07 10.16) | |
| LCH | lch(64.08 12.97 128.46) | color: lch(64.08 12.97 128.46) |
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)
#99998E — rgb(153, 153, 142)
Deuteranopia (Green-blind)
#989790 — rgb(152, 151, 144)
Tritanopia (Blue-blind)
#959393 — rgb(149, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 10%, 58%);
text
color: hsl(91, 10%, 58%);
border
border: 2px solid hsl(91, 10%, 58%);
gradient light
background: linear-gradient(to right, hsl(91, 10%, 78%), hsl(91, 10%, 58%));
gradient dark
background: linear-gradient(to right, hsl(91, 10%, 58%), hsl(91, 10%, 38%))
hex
background-color: #949F89;
tailwind
bg-[hsl(91,10%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 10%, 58%, 0.4);
css variable
--color-primary: hsl(91, 10%, 58%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(91, 10%, 58%)?
HEX: #949F89 | RGB: rgb(148, 159, 137) | CMYK: 7%, 0%, 14%, 38% | HSV: 90°, 14%, 62%. Copy any format from the conversion table above.
What colors go well with #949F89?
The complementary color is HSL(271, 10%, 58%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 10%, 58%) in CSS?
As HSL: color: hsl(91, 10%, 58%); — As HEX: color: #949F89; — As RGB: color: rgb(148, 159, 137); — Tailwind CSS: bg-[hsl(91,10%,58%)] — CSS variable: --color-primary: hsl(91, 10%, 58%);