HSL(125, 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(125,12%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 12%, 37%) | color: hsl(125, 12%, 37%) | |
| HEX | #536A55 | color: #536A55 | |
| RGB | rgb(83, 106, 85) | color: rgb(83, 106, 85) | |
| CMYK | cmyk(22%, 0%, 20%, 58%) | — | |
| HSV | hsv(125, 22%, 42%) | — | |
| HWB | hwb(125 33% 58%) | color: hwb(125 33% 58%) | |
| OKLCH | oklch(0.4993 0.0429 147.21) | color: oklch(0.4993 0.0429 147.21) | |
| Lab | lab(42.46 -13.16 9.03) | color: lab(42.46 -13.16 9.03) | |
| LCH | lch(42.46 15.96 145.54) | color: lch(42.46 15.96 145.54) |
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)
#5D5D5A — rgb(93, 93, 90)
Deuteranopia (Green-blind)
#5C5A5B — rgb(92, 90, 91)
Tritanopia (Blue-blind)
#545E5F — rgb(84, 94, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 12%, 37%);
text
color: hsl(125, 12%, 37%);
border
border: 2px solid hsl(125, 12%, 37%);
gradient light
background: linear-gradient(to right, hsl(125, 12%, 57%), hsl(125, 12%, 37%));
gradient dark
background: linear-gradient(to right, hsl(125, 12%, 37%), hsl(125, 12%, 17%))
hex
background-color: #536A55;
tailwind
bg-[hsl(125,12%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 12%, 37%, 0.4);
css variable
--color-primary: hsl(125, 12%, 37%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(125, 12%, 37%)?
HEX: #536A55 | RGB: rgb(83, 106, 85) | CMYK: 22%, 0%, 20%, 58% | HSV: 125°, 22%, 42%. Copy any format from the conversion table above.
What colors go well with #536A55?
The complementary color is HSL(305, 12%, 37%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 12%, 37%) in CSS?
As HSL: color: hsl(125, 12%, 37%); — As HEX: color: #536A55; — As RGB: color: rgb(83, 106, 85); — Tailwind CSS: bg-[hsl(125,12%,37%)] — CSS variable: --color-primary: hsl(125, 12%, 37%);