HSL(187, 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(187,6%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 6%, 37%) | color: hsl(187, 6%, 37%) | |
| HEX | #596364 | color: #596364 | |
| RGB | rgb(89, 99, 100) | color: rgb(89, 99, 100) | |
| CMYK | cmyk(11%, 1%, 0%, 61%) | — | |
| HSV | hsv(185, 11%, 39%) | — | |
| HWB | hwb(185 35% 61%) | color: hwb(185 35% 61%) | |
| OKLCH | oklch(0.4914 0.0125 204.02) | color: oklch(0.4914 0.0125 204.02) | |
| Lab | lab(41.16 -3.61 -1.88) | color: lab(41.16 -3.61 -1.88) | |
| LCH | lch(41.16 4.07 207.51) | color: lch(41.16 4.07 207.51) |
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)
#5D5D64 — rgb(93, 93, 100)
Deuteranopia (Green-blind)
#5D5C64 — rgb(93, 92, 100)
Tritanopia (Blue-blind)
#5A6464 — rgb(90, 100, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 6%, 37%);
text
color: hsl(187, 6%, 37%);
border
border: 2px solid hsl(187, 6%, 37%);
gradient light
background: linear-gradient(to right, hsl(187, 6%, 57%), hsl(187, 6%, 37%));
gradient dark
background: linear-gradient(to right, hsl(187, 6%, 37%), hsl(187, 6%, 17%))
hex
background-color: #596364;
tailwind
bg-[hsl(187,6%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 6%, 37%, 0.4);
css variable
--color-primary: hsl(187, 6%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(187, 6%, 37%)?
HEX: #596364 | RGB: rgb(89, 99, 100) | CMYK: 11%, 1%, 0%, 61% | HSV: 185°, 11%, 39%. Copy any format from the conversion table above.
What colors go well with #596364?
The complementary color is HSL(7, 6%, 37%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 6%, 37%) in CSS?
As HSL: color: hsl(187, 6%, 37%); — As HEX: color: #596364; — As RGB: color: rgb(89, 99, 100); — Tailwind CSS: bg-[hsl(187,6%,37%)] — CSS variable: --color-primary: hsl(187, 6%, 37%);