HSL(105, 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(105,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 10%, 37%) | color: hsl(105, 10%, 37%) | |
| HEX | #5A6855 | color: #5A6855 | |
| RGB | rgb(90, 104, 85) | color: rgb(90, 104, 85) | |
| CMYK | cmyk(13%, 0%, 18%, 59%) | — | |
| HSV | hsv(104, 18%, 41%) | — | |
| HWB | hwb(104 34% 59%) | color: hwb(104 34% 59%) | |
| OKLCH | oklch(0.4997 0.0341 137.47) | color: oklch(0.4997 0.0341 137.47) | |
| Lab | lab(42.35 -9.3 8.95) | color: lab(42.35 -9.3 8.95) | |
| LCH | lch(42.35 12.91 136.1) | color: lch(42.35 12.91 136.1) |
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)
#60605A — rgb(96, 96, 90)
Deuteranopia (Green-blind)
#5F5E5B — rgb(95, 94, 91)
Tritanopia (Blue-blind)
#5B5D5E — rgb(91, 93, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 10%, 37%);
text
color: hsl(105, 10%, 37%);
border
border: 2px solid hsl(105, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(105, 10%, 57%), hsl(105, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(105, 10%, 37%), hsl(105, 10%, 17%))
hex
background-color: #5A6855;
tailwind
bg-[hsl(105,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 10%, 37%, 0.4);
css variable
--color-primary: hsl(105, 10%, 37%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(105, 10%, 37%)?
HEX: #5A6855 | RGB: rgb(90, 104, 85) | CMYK: 13%, 0%, 18%, 59% | HSV: 104°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #5A6855?
The complementary color is HSL(285, 10%, 37%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 10%, 37%) in CSS?
As HSL: color: hsl(105, 10%, 37%); — As HEX: color: #5A6855; — As RGB: color: rgb(90, 104, 85); — Tailwind CSS: bg-[hsl(105,10%,37%)] — CSS variable: --color-primary: hsl(105, 10%, 37%);