HSL(86, 10%, 22%)
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(86,10%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 10%, 22%) | color: hsl(86, 10%, 22%) | |
| HEX | #393E32 | color: #393E32 | |
| RGB | rgb(57, 62, 50) | color: rgb(57, 62, 50) | |
| CMYK | cmyk(8%, 0%, 19%, 76%) | — | |
| HSV | hsv(85, 19%, 24%) | — | |
| HWB | hwb(85 19% 76%) | color: hwb(85 19% 76%) | |
| OKLCH | oklch(0.3552 0.0213 125.89) | color: oklch(0.3552 0.0213 125.89) | |
| Lab | lab(25.4 -4.73 6.69) | color: lab(25.4 -4.73 6.69) | |
| LCH | lch(25.4 8.19 125.26) | color: lch(25.4 8.19 125.26) |
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)
#3B3B35 — rgb(59, 59, 53)
Deuteranopia (Green-blind)
#3B3B36 — rgb(59, 59, 54)
Tritanopia (Blue-blind)
#393738 — rgb(57, 55, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 10%, 22%);
text
color: hsl(86, 10%, 22%);
border
border: 2px solid hsl(86, 10%, 22%);
gradient light
background: linear-gradient(to right, hsl(86, 10%, 42%), hsl(86, 10%, 22%));
gradient dark
background: linear-gradient(to right, hsl(86, 10%, 22%), hsl(86, 10%, 2%))
hex
background-color: #393E32;
tailwind
bg-[hsl(86,10%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 10%, 22%, 0.4);
css variable
--color-primary: hsl(86, 10%, 22%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(86, 10%, 22%)?
HEX: #393E32 | RGB: rgb(57, 62, 50) | CMYK: 8%, 0%, 19%, 76% | HSV: 85°, 19%, 24%. Copy any format from the conversion table above.
What colors go well with #393E32?
The complementary color is HSL(266, 10%, 22%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 10%, 22%) in CSS?
As HSL: color: hsl(86, 10%, 22%); — As HEX: color: #393E32; — As RGB: color: rgb(57, 62, 50); — Tailwind CSS: bg-[hsl(86,10%,22%)] — CSS variable: --color-primary: hsl(86, 10%, 22%);