HSL(122, 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(122,10%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 10%, 22%) | color: hsl(122, 10%, 22%) | |
| HEX | #323E33 | color: #323E33 | |
| RGB | rgb(50, 62, 51) | color: rgb(50, 62, 51) | |
| CMYK | cmyk(19%, 0%, 18%, 76%) | — | |
| HSV | hsv(125, 19%, 24%) | — | |
| HWB | hwb(125 19% 76%) | color: hwb(125 19% 76%) | |
| OKLCH | oklch(0.3493 0.0246 147.29) | color: oklch(0.3493 0.0246 147.29) | |
| Lab | lab(24.83 -7.55 5.15) | color: lab(24.83 -7.55 5.15) | |
| LCH | lch(24.83 9.14 145.7) | color: lch(24.83 9.14 145.7) |
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)
#373736 — rgb(55, 55, 54)
Deuteranopia (Green-blind)
#373636 — rgb(55, 54, 54)
Tritanopia (Blue-blind)
#333838 — rgb(51, 56, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 10%, 22%);
text
color: hsl(122, 10%, 22%);
border
border: 2px solid hsl(122, 10%, 22%);
gradient light
background: linear-gradient(to right, hsl(122, 10%, 42%), hsl(122, 10%, 22%));
gradient dark
background: linear-gradient(to right, hsl(122, 10%, 22%), hsl(122, 10%, 2%))
hex
background-color: #323E33;
tailwind
bg-[hsl(122,10%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 10%, 22%, 0.4);
css variable
--color-primary: hsl(122, 10%, 22%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(122, 10%, 22%)?
HEX: #323E33 | RGB: rgb(50, 62, 51) | CMYK: 19%, 0%, 18%, 76% | HSV: 125°, 19%, 24%. Copy any format from the conversion table above.
What colors go well with #323E33?
The complementary color is HSL(302, 10%, 22%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 10%, 22%) in CSS?
As HSL: color: hsl(122, 10%, 22%); — As HEX: color: #323E33; — As RGB: color: rgb(50, 62, 51); — Tailwind CSS: bg-[hsl(122,10%,22%)] — CSS variable: --color-primary: hsl(122, 10%, 22%);