HSL(95, 10%, 54%)
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(95,10%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 10%, 54%) | color: hsl(95, 10%, 54%) | |
| HEX | #88957E | color: #88957E | |
| RGB | rgb(136, 149, 126) | color: rgb(136, 149, 126) | |
| CMYK | cmyk(9%, 0%, 15%, 42%) | — | |
| HSV | hsv(94, 15%, 58%) | — | |
| HWB | hwb(94 49% 42%) | color: hwb(94 49% 42%) | |
| OKLCH | oklch(0.6527 0.0365 131.54) | color: oklch(0.6527 0.0365 131.54) | |
| Lab | lab(60.1 -9.09 10.59) | color: lab(60.1 -9.09 10.59) | |
| LCH | lch(60.1 13.96 130.64) | color: lch(60.1 13.96 130.64) |
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)
#8E8E84 — rgb(142, 142, 132)
Deuteranopia (Green-blind)
#8D8C85 — rgb(141, 140, 133)
Tritanopia (Blue-blind)
#898889 — rgb(137, 136, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 10%, 54%);
text
color: hsl(95, 10%, 54%);
border
border: 2px solid hsl(95, 10%, 54%);
gradient light
background: linear-gradient(to right, hsl(95, 10%, 74%), hsl(95, 10%, 54%));
gradient dark
background: linear-gradient(to right, hsl(95, 10%, 54%), hsl(95, 10%, 34%))
hex
background-color: #88957E;
tailwind
bg-[hsl(95,10%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 10%, 54%, 0.4);
css variable
--color-primary: hsl(95, 10%, 54%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(95, 10%, 54%)?
HEX: #88957E | RGB: rgb(136, 149, 126) | CMYK: 9%, 0%, 15%, 42% | HSV: 94°, 15%, 58%. Copy any format from the conversion table above.
What colors go well with #88957E?
The complementary color is HSL(275, 10%, 54%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 10%, 54%) in CSS?
As HSL: color: hsl(95, 10%, 54%); — As HEX: color: #88957E; — As RGB: color: rgb(136, 149, 126); — Tailwind CSS: bg-[hsl(95,10%,54%)] — CSS variable: --color-primary: hsl(95, 10%, 54%);