HSL(128, 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(128,10%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 10%, 38%) | color: hsl(128, 10%, 38%) | |
| HEX | #576B5A | color: #576B5A | |
| RGB | rgb(87, 107, 90) | color: rgb(87, 107, 90) | |
| CMYK | cmyk(19%, 0%, 16%, 58%) | — | |
| HSV | hsv(129, 19%, 42%) | — | |
| HWB | hwb(129 34% 58%) | color: hwb(129 34% 58%) | |
| OKLCH | oklch(0.5061 0.0359 149.28) | color: oklch(0.5061 0.0359 149.28) | |
| Lab | lab(43.18 -11.19 7.08) | color: lab(43.18 -11.19 7.08) | |
| LCH | lch(43.18 13.24 147.68) | color: lch(43.18 13.24 147.68) |
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)
#60605E — rgb(96, 96, 94)
Deuteranopia (Green-blind)
#5F5D5F — rgb(95, 93, 95)
Tritanopia (Blue-blind)
#586162 — rgb(88, 97, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 10%, 38%);
text
color: hsl(128, 10%, 38%);
border
border: 2px solid hsl(128, 10%, 38%);
gradient light
background: linear-gradient(to right, hsl(128, 10%, 58%), hsl(128, 10%, 38%));
gradient dark
background: linear-gradient(to right, hsl(128, 10%, 38%), hsl(128, 10%, 18%))
hex
background-color: #576B5A;
tailwind
bg-[hsl(128,10%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 10%, 38%, 0.4);
css variable
--color-primary: hsl(128, 10%, 38%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(128, 10%, 38%)?
HEX: #576B5A | RGB: rgb(87, 107, 90) | CMYK: 19%, 0%, 16%, 58% | HSV: 129°, 19%, 42%. Copy any format from the conversion table above.
What colors go well with #576B5A?
The complementary color is HSL(308, 10%, 38%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 10%, 38%) in CSS?
As HSL: color: hsl(128, 10%, 38%); — As HEX: color: #576B5A; — As RGB: color: rgb(87, 107, 90); — Tailwind CSS: bg-[hsl(128,10%,38%)] — CSS variable: --color-primary: hsl(128, 10%, 38%);