HSL(137, 10%, 34%)
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(137,10%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 10%, 34%) | color: hsl(137, 10%, 34%) | |
| HEX | #4E5F53 | color: #4E5F53 | |
| RGB | rgb(78, 95, 83) | color: rgb(78, 95, 83) | |
| CMYK | cmyk(18%, 0%, 13%, 63%) | — | |
| HSV | hsv(138, 18%, 37%) | — | |
| HWB | hwb(138 30% 63%) | color: hwb(138 30% 63%) | |
| OKLCH | oklch(0.4673 0.0284 154.43) | color: oklch(0.4673 0.0284 154.43) | |
| Lab | lab(38.6 -9.19 4.72) | color: lab(38.6 -9.19 4.72) | |
| LCH | lch(38.6 10.33 152.81) | color: lch(38.6 10.33 152.81) |
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)
#555656 — rgb(85, 86, 86)
Deuteranopia (Green-blind)
#545357 — rgb(84, 83, 87)
Tritanopia (Blue-blind)
#4F5859 — rgb(79, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 10%, 34%);
text
color: hsl(137, 10%, 34%);
border
border: 2px solid hsl(137, 10%, 34%);
gradient light
background: linear-gradient(to right, hsl(137, 10%, 54%), hsl(137, 10%, 34%));
gradient dark
background: linear-gradient(to right, hsl(137, 10%, 34%), hsl(137, 10%, 14%))
hex
background-color: #4E5F53;
tailwind
bg-[hsl(137,10%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 10%, 34%, 0.4);
css variable
--color-primary: hsl(137, 10%, 34%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(137, 10%, 34%)?
HEX: #4E5F53 | RGB: rgb(78, 95, 83) | CMYK: 18%, 0%, 13%, 63% | HSV: 138°, 18%, 37%. Copy any format from the conversion table above.
What colors go well with #4E5F53?
The complementary color is HSL(317, 10%, 34%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 10%, 34%) in CSS?
As HSL: color: hsl(137, 10%, 34%); — As HEX: color: #4E5F53; — As RGB: color: rgb(78, 95, 83); — Tailwind CSS: bg-[hsl(137,10%,34%)] — CSS variable: --color-primary: hsl(137, 10%, 34%);