HSL(108, 10%, 37%)
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(108,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 10%, 37%) | color: hsl(108, 10%, 37%) | |
| HEX | #596855 | color: #596855 | |
| RGB | rgb(89, 104, 85) | color: rgb(89, 104, 85) | |
| CMYK | cmyk(14%, 0%, 18%, 59%) | — | |
| HSV | hsv(107, 18%, 41%) | — | |
| HWB | hwb(107 34% 59%) | color: hwb(107 34% 59%) | |
| OKLCH | oklch(0.4989 0.0348 139.11) | color: oklch(0.4989 0.0348 139.11) | |
| Lab | lab(42.28 -9.7 8.83) | color: lab(42.28 -9.7 8.83) | |
| LCH | lch(42.28 13.12 137.69) | color: lch(42.28 13.12 137.69) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5F605A — rgb(95, 96, 90)
Deuteranopia (Green-blind)
#5F5E5B — rgb(95, 94, 91)
Tritanopia (Blue-blind)
#5A5D5E — rgb(90, 93, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 10%, 37%);
text
color: hsl(108, 10%, 37%);
border
border: 2px solid hsl(108, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(108, 10%, 57%), hsl(108, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(108, 10%, 37%), hsl(108, 10%, 17%))
hex
background-color: #596855;
tailwind
bg-[hsl(108,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 10%, 37%, 0.4);
css variable
--color-primary: hsl(108, 10%, 37%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(108, 10%, 37%)?
HEX: #596855 | RGB: rgb(89, 104, 85) | CMYK: 14%, 0%, 18%, 59% | HSV: 107°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #596855?
The complementary color is HSL(288, 10%, 37%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 10%, 37%) in CSS?
As HSL: color: hsl(108, 10%, 37%); — As HEX: color: #596855; — As RGB: color: rgb(89, 104, 85); — Tailwind CSS: bg-[hsl(108,10%,37%)] — CSS variable: --color-primary: hsl(108, 10%, 37%);