HSL(115, 10%, 39%)
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(115,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 10%, 39%) | color: hsl(115, 10%, 39%) | |
| HEX | #5B6D5A | color: #5B6D5A | |
| RGB | rgb(91, 109, 90) | color: rgb(91, 109, 90) | |
| CMYK | cmyk(17%, 0%, 17%, 57%) | — | |
| HSV | hsv(117, 17%, 43%) | — | |
| HWB | hwb(117 36% 57%) | color: hwb(117 36% 57%) | |
| OKLCH | oklch(0.5141 0.0366 143.63) | color: oklch(0.5141 0.0366 143.63) | |
| Lab | lab(44.09 -10.79 8.41) | color: lab(44.09 -10.79 8.41) | |
| LCH | lch(44.09 13.68 142.07) | color: lch(44.09 13.68 142.07) |
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)
#63635F — rgb(99, 99, 95)
Deuteranopia (Green-blind)
#626060 — rgb(98, 96, 96)
Tritanopia (Blue-blind)
#5C6263 — rgb(92, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 10%, 39%);
text
color: hsl(115, 10%, 39%);
border
border: 2px solid hsl(115, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(115, 10%, 59%), hsl(115, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(115, 10%, 39%), hsl(115, 10%, 19%))
hex
background-color: #5B6D5A;
tailwind
bg-[hsl(115,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 10%, 39%, 0.4);
css variable
--color-primary: hsl(115, 10%, 39%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(115, 10%, 39%)?
HEX: #5B6D5A | RGB: rgb(91, 109, 90) | CMYK: 17%, 0%, 17%, 57% | HSV: 117°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #5B6D5A?
The complementary color is HSL(295, 10%, 39%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 10%, 39%) in CSS?
As HSL: color: hsl(115, 10%, 39%); — As HEX: color: #5B6D5A; — As RGB: color: rgb(91, 109, 90); — Tailwind CSS: bg-[hsl(115,10%,39%)] — CSS variable: --color-primary: hsl(115, 10%, 39%);