HSL(119, 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(119,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 10%, 39%) | color: hsl(119, 10%, 39%) | |
| HEX | #5A6D5A | color: #5A6D5A | |
| RGB | rgb(90, 109, 90) | color: rgb(90, 109, 90) | |
| CMYK | cmyk(17%, 0%, 17%, 57%) | — | |
| HSV | hsv(120, 17%, 43%) | — | |
| HWB | hwb(120 36% 57%) | color: hwb(120 36% 57%) | |
| OKLCH | oklch(0.5133 0.0373 145.01) | color: oklch(0.5133 0.0373 145.01) | |
| Lab | lab(44.02 -11.17 8.29) | color: lab(44.02 -11.17 8.29) | |
| LCH | lch(44.02 13.91 143.42) | color: lch(44.02 13.91 143.42) |
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)
#62625F — rgb(98, 98, 95)
Deuteranopia (Green-blind)
#616060 — rgb(97, 96, 96)
Tritanopia (Blue-blind)
#5B6263 — rgb(91, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 10%, 39%);
text
color: hsl(119, 10%, 39%);
border
border: 2px solid hsl(119, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(119, 10%, 59%), hsl(119, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(119, 10%, 39%), hsl(119, 10%, 19%))
hex
background-color: #5A6D5A;
tailwind
bg-[hsl(119,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 10%, 39%, 0.4);
css variable
--color-primary: hsl(119, 10%, 39%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(119, 10%, 39%)?
HEX: #5A6D5A | RGB: rgb(90, 109, 90) | CMYK: 17%, 0%, 17%, 57% | HSV: 120°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #5A6D5A?
The complementary color is HSL(299, 10%, 39%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 10%, 39%) in CSS?
As HSL: color: hsl(119, 10%, 39%); — As HEX: color: #5A6D5A; — As RGB: color: rgb(90, 109, 90); — Tailwind CSS: bg-[hsl(119,10%,39%)] — CSS variable: --color-primary: hsl(119, 10%, 39%);