HSL(142, 12%, 37%)
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(142,12%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 12%, 37%) | color: hsl(142, 12%, 37%) | |
| HEX | #536A5B | color: #536A5B | |
| RGB | rgb(83, 106, 91) | color: rgb(83, 106, 91) | |
| CMYK | cmyk(22%, 0%, 14%, 58%) | — | |
| HSV | hsv(141, 22%, 42%) | — | |
| HWB | hwb(141 33% 58%) | color: hwb(141 33% 58%) | |
| OKLCH | oklch(0.501 0.0363 156.27) | color: oklch(0.501 0.0363 156.27) | |
| Lab | lab(42.62 -11.91 5.63) | color: lab(42.62 -11.91 5.63) | |
| LCH | lch(42.62 13.17 154.7) | color: lch(42.62 13.17 154.7) |
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)
#5D5D5F — rgb(93, 93, 95)
Deuteranopia (Green-blind)
#5C5A60 — rgb(92, 90, 96)
Tritanopia (Blue-blind)
#546162 — rgb(84, 97, 98)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 12%, 37%);
text
color: hsl(142, 12%, 37%);
border
border: 2px solid hsl(142, 12%, 37%);
gradient light
background: linear-gradient(to right, hsl(142, 12%, 57%), hsl(142, 12%, 37%));
gradient dark
background: linear-gradient(to right, hsl(142, 12%, 37%), hsl(142, 12%, 17%))
hex
background-color: #536A5B;
tailwind
bg-[hsl(142,12%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 12%, 37%, 0.4);
css variable
--color-primary: hsl(142, 12%, 37%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(142, 12%, 37%)?
HEX: #536A5B | RGB: rgb(83, 106, 91) | CMYK: 22%, 0%, 14%, 58% | HSV: 141°, 22%, 42%. Copy any format from the conversion table above.
What colors go well with #536A5B?
The complementary color is HSL(322, 12%, 37%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 12%, 37%) in CSS?
As HSL: color: hsl(142, 12%, 37%); — As HEX: color: #536A5B; — As RGB: color: rgb(83, 106, 91); — Tailwind CSS: bg-[hsl(142,12%,37%)] — CSS variable: --color-primary: hsl(142, 12%, 37%);