HSL(98, 10%, 38%)
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(98,10%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(98, 10%, 38%) | color: hsl(98, 10%, 38%) | |
| HEX | #5E6B57 | color: #5E6B57 | |
| RGB | rgb(94, 107, 87) | color: rgb(94, 107, 87) | |
| CMYK | cmyk(12%, 0%, 19%, 58%) | — | |
| HSV | hsv(99, 19%, 42%) | — | |
| HWB | hwb(99 34% 58%) | color: hwb(99 34% 58%) | |
| OKLCH | oklch(0.5108 0.0347 134.62) | color: oklch(0.5108 0.0347 134.62) | |
| Lab | lab(43.63 -9.05 9.59) | color: lab(43.63 -9.05 9.59) | |
| LCH | lch(43.63 13.19 133.34) | color: lch(43.63 13.19 133.34) |
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)
#64645C — rgb(100, 100, 92)
Deuteranopia (Green-blind)
#63625D — rgb(99, 98, 93)
Tritanopia (Blue-blind)
#5F6061 — rgb(95, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(98, 10%, 38%);
text
color: hsl(98, 10%, 38%);
border
border: 2px solid hsl(98, 10%, 38%);
gradient light
background: linear-gradient(to right, hsl(98, 10%, 58%), hsl(98, 10%, 38%));
gradient dark
background: linear-gradient(to right, hsl(98, 10%, 38%), hsl(98, 10%, 18%))
hex
background-color: #5E6B57;
tailwind
bg-[hsl(98,10%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(98, 10%, 38%, 0.4);
css variable
--color-primary: hsl(98, 10%, 38%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(98, 10%, 38%)?
HEX: #5E6B57 | RGB: rgb(94, 107, 87) | CMYK: 12%, 0%, 19%, 58% | HSV: 99°, 19%, 42%. Copy any format from the conversion table above.
What colors go well with #5E6B57?
The complementary color is HSL(278, 10%, 38%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(98, 10%, 38%) in CSS?
As HSL: color: hsl(98, 10%, 38%); — As HEX: color: #5E6B57; — As RGB: color: rgb(94, 107, 87); — Tailwind CSS: bg-[hsl(98,10%,38%)] — CSS variable: --color-primary: hsl(98, 10%, 38%);