HSL(148, 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(148,10%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(148, 10%, 38%) | color: hsl(148, 10%, 38%) | |
| HEX | #576B60 | color: #576B60 | |
| RGB | rgb(87, 107, 96) | color: rgb(87, 107, 96) | |
| CMYK | cmyk(19%, 0%, 10%, 58%) | — | |
| HSV | hsv(147, 19%, 42%) | — | |
| HWB | hwb(147 34% 58%) | color: hwb(147 34% 58%) | |
| OKLCH | oklch(0.5079 0.0296 161.09) | color: oklch(0.5079 0.0296 161.09) | |
| Lab | lab(43.34 -9.92 3.69) | color: lab(43.34 -9.92 3.69) | |
| LCH | lch(43.34 10.58 159.6) | color: lch(43.34 10.58 159.6) |
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)
#606063 — rgb(96, 96, 99)
Deuteranopia (Green-blind)
#5F5D63 — rgb(95, 93, 99)
Tritanopia (Blue-blind)
#586565 — rgb(88, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(148, 10%, 38%);
text
color: hsl(148, 10%, 38%);
border
border: 2px solid hsl(148, 10%, 38%);
gradient light
background: linear-gradient(to right, hsl(148, 10%, 58%), hsl(148, 10%, 38%));
gradient dark
background: linear-gradient(to right, hsl(148, 10%, 38%), hsl(148, 10%, 18%))
hex
background-color: #576B60;
tailwind
bg-[hsl(148,10%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(148, 10%, 38%, 0.4);
css variable
--color-primary: hsl(148, 10%, 38%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(148, 10%, 38%)?
HEX: #576B60 | RGB: rgb(87, 107, 96) | CMYK: 19%, 0%, 10%, 58% | HSV: 147°, 19%, 42%. Copy any format from the conversion table above.
What colors go well with #576B60?
The complementary color is HSL(328, 10%, 38%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(148, 10%, 38%) in CSS?
As HSL: color: hsl(148, 10%, 38%); — As HEX: color: #576B60; — As RGB: color: rgb(87, 107, 96); — Tailwind CSS: bg-[hsl(148,10%,38%)] — CSS variable: --color-primary: hsl(148, 10%, 38%);