HSL(132, 6%, 37%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(132,6%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 6%, 37%) | color: hsl(132, 6%, 37%) | |
| HEX | #59645B | color: #59645B | |
| RGB | rgb(89, 100, 91) | color: rgb(89, 100, 91) | |
| CMYK | cmyk(11%, 0%, 9%, 61%) | — | |
| HSV | hsv(131, 11%, 39%) | — | |
| HWB | hwb(131 35% 61%) | color: hwb(131 35% 61%) | |
| OKLCH | oklch(0.4909 0.0196 150.77) | color: oklch(0.4909 0.0196 150.77) | |
| Lab | lab(41.21 -6.17 3.67) | color: lab(41.21 -6.17 3.67) | |
| LCH | lch(41.21 7.18 149.26) | color: lch(41.21 7.18 149.26) |
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)
#5E5E5D — rgb(94, 94, 93)
Deuteranopia (Green-blind)
#5D5C5E — rgb(93, 92, 94)
Tritanopia (Blue-blind)
#5A5F5F — rgb(90, 95, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 6%, 37%);
text
color: hsl(132, 6%, 37%);
border
border: 2px solid hsl(132, 6%, 37%);
gradient light
background: linear-gradient(to right, hsl(132, 6%, 57%), hsl(132, 6%, 37%));
gradient dark
background: linear-gradient(to right, hsl(132, 6%, 37%), hsl(132, 6%, 17%))
hex
background-color: #59645B;
tailwind
bg-[hsl(132,6%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 6%, 37%, 0.4);
css variable
--color-primary: hsl(132, 6%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(132, 6%, 37%)?
HEX: #59645B | RGB: rgb(89, 100, 91) | CMYK: 11%, 0%, 9%, 61% | HSV: 131°, 11%, 39%. Copy any format from the conversion table above.
What colors go well with #59645B?
The complementary color is HSL(312, 6%, 37%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 6%, 37%) in CSS?
As HSL: color: hsl(132, 6%, 37%); — As HEX: color: #59645B; — As RGB: color: rgb(89, 100, 91); — Tailwind CSS: bg-[hsl(132,6%,37%)] — CSS variable: --color-primary: hsl(132, 6%, 37%);