HSL(90, 10%, 56%)
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(90,10%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 10%, 56%) | color: hsl(90, 10%, 56%) | |
| HEX | #8F9A84 | color: #8F9A84 | |
| RGB | rgb(143, 154, 132) | color: rgb(143, 154, 132) | |
| CMYK | cmyk(7%, 0%, 14%, 40%) | — | |
| HSV | hsv(90, 14%, 60%) | — | |
| HWB | hwb(90 52% 40%) | color: hwb(90 52% 40%) | |
| OKLCH | oklch(0.671 0.0341 129.04) | color: oklch(0.671 0.0341 129.04) | |
| Lab | lab(62.18 -8.12 10.23) | color: lab(62.18 -8.12 10.23) | |
| LCH | lch(62.18 13.06 128.44) | color: lch(62.18 13.06 128.44) |
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)
#949489 — rgb(148, 148, 137)
Deuteranopia (Green-blind)
#93928B — rgb(147, 146, 139)
Tritanopia (Blue-blind)
#908E8E — rgb(144, 142, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 10%, 56%);
text
color: hsl(90, 10%, 56%);
border
border: 2px solid hsl(90, 10%, 56%);
gradient light
background: linear-gradient(to right, hsl(90, 10%, 76%), hsl(90, 10%, 56%));
gradient dark
background: linear-gradient(to right, hsl(90, 10%, 56%), hsl(90, 10%, 36%))
hex
background-color: #8F9A84;
tailwind
bg-[hsl(90,10%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 10%, 56%, 0.4);
css variable
--color-primary: hsl(90, 10%, 56%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(90, 10%, 56%)?
HEX: #8F9A84 | RGB: rgb(143, 154, 132) | CMYK: 7%, 0%, 14%, 40% | HSV: 90°, 14%, 60%. Copy any format from the conversion table above.
What colors go well with #8F9A84?
The complementary color is HSL(270, 10%, 56%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 10%, 56%) in CSS?
As HSL: color: hsl(90, 10%, 56%); — As HEX: color: #8F9A84; — As RGB: color: rgb(143, 154, 132); — Tailwind CSS: bg-[hsl(90,10%,56%)] — CSS variable: --color-primary: hsl(90, 10%, 56%);