HSL(102, 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(102,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 10%, 39%) | color: hsl(102, 10%, 39%) | |
| HEX | #5F6D5A | color: #5F6D5A | |
| RGB | rgb(95, 109, 90) | color: rgb(95, 109, 90) | |
| CMYK | cmyk(13%, 0%, 17%, 57%) | — | |
| HSV | hsv(104, 17%, 43%) | — | |
| HWB | hwb(104 36% 57%) | color: hwb(104 36% 57%) | |
| OKLCH | oklch(0.5172 0.0338 137.47) | color: oklch(0.5172 0.0338 137.47) | |
| Lab | lab(44.39 -9.23 8.87) | color: lab(44.39 -9.23 8.87) | |
| LCH | lch(44.39 12.8 136.14) | color: lch(44.39 12.8 136.14) |
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)
#65655F — rgb(101, 101, 95)
Deuteranopia (Green-blind)
#646360 — rgb(100, 99, 96)
Tritanopia (Blue-blind)
#606263 — rgb(96, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 10%, 39%);
text
color: hsl(102, 10%, 39%);
border
border: 2px solid hsl(102, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(102, 10%, 59%), hsl(102, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(102, 10%, 39%), hsl(102, 10%, 19%))
hex
background-color: #5F6D5A;
tailwind
bg-[hsl(102,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 10%, 39%, 0.4);
css variable
--color-primary: hsl(102, 10%, 39%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(102, 10%, 39%)?
HEX: #5F6D5A | RGB: rgb(95, 109, 90) | CMYK: 13%, 0%, 17%, 57% | HSV: 104°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #5F6D5A?
The complementary color is HSL(282, 10%, 39%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 10%, 39%) in CSS?
As HSL: color: hsl(102, 10%, 39%); — As HEX: color: #5F6D5A; — As RGB: color: rgb(95, 109, 90); — Tailwind CSS: bg-[hsl(102,10%,39%)] — CSS variable: --color-primary: hsl(102, 10%, 39%);