HSL(108, 12%, 33%)
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(108,12%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 12%, 33%) | color: hsl(108, 12%, 33%) | |
| HEX | #4E5E4A | color: #4E5E4A | |
| RGB | rgb(78, 94, 74) | color: rgb(78, 94, 74) | |
| CMYK | cmyk(17%, 0%, 21%, 63%) | — | |
| HSV | hsv(108, 21%, 37%) | — | |
| HWB | hwb(108 29% 63%) | color: hwb(108 29% 63%) | |
| OKLCH | oklch(0.4622 0.0374 139.43) | color: oklch(0.4622 0.0374 139.43) | |
| Lab | lab(38.06 -10.46 9.47) | color: lab(38.06 -10.46 9.47) | |
| LCH | lch(38.06 14.11 137.84) | color: lch(38.06 14.11 137.84) |
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)
#55554F — rgb(85, 85, 79)
Deuteranopia (Green-blind)
#545350 — rgb(84, 83, 80)
Tritanopia (Blue-blind)
#4F5354 — rgb(79, 83, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 12%, 33%);
text
color: hsl(108, 12%, 33%);
border
border: 2px solid hsl(108, 12%, 33%);
gradient light
background: linear-gradient(to right, hsl(108, 12%, 53%), hsl(108, 12%, 33%));
gradient dark
background: linear-gradient(to right, hsl(108, 12%, 33%), hsl(108, 12%, 13%))
hex
background-color: #4E5E4A;
tailwind
bg-[hsl(108,12%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 12%, 33%, 0.4);
css variable
--color-primary: hsl(108, 12%, 33%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(108, 12%, 33%)?
HEX: #4E5E4A | RGB: rgb(78, 94, 74) | CMYK: 17%, 0%, 21%, 63% | HSV: 108°, 21%, 37%. Copy any format from the conversion table above.
What colors go well with #4E5E4A?
The complementary color is HSL(288, 12%, 33%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 12%, 33%) in CSS?
As HSL: color: hsl(108, 12%, 33%); — As HEX: color: #4E5E4A; — As RGB: color: rgb(78, 94, 74); — Tailwind CSS: bg-[hsl(108,12%,33%)] — CSS variable: --color-primary: hsl(108, 12%, 33%);