HSL(187, 2%, 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,2%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 2%, 37%) | color: hsl(187, 2%, 37%) | |
| HEX | #5C6060 | color: #5C6060 | |
| RGB | rgb(92, 96, 96) | color: rgb(92, 96, 96) | |
| CMYK | cmyk(4%, 0%, 0%, 62%) | — | |
| HSV | hsv(180, 4%, 38%) | — | |
| HWB | hwb(180 36% 62%) | color: hwb(180 36% 62%) | |
| OKLCH | oklch(0.4855 0.005 196.99) | color: oklch(0.4855 0.005 196.99) | |
| Lab | lab(40.39 -1.56 -0.54) | color: lab(40.39 -1.56 -0.54) | |
| LCH | lch(40.39 1.65 199.09) | color: lch(40.39 1.65 199.09) |
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)
#5E5E60 — rgb(94, 94, 96)
Deuteranopia (Green-blind)
#5E5D60 — rgb(94, 93, 96)
Tritanopia (Blue-blind)
#5C6060 — rgb(92, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 2%, 37%);
text
color: hsl(187, 2%, 37%);
border
border: 2px solid hsl(187, 2%, 37%);
gradient light
background: linear-gradient(to right, hsl(187, 2%, 57%), hsl(187, 2%, 37%));
gradient dark
background: linear-gradient(to right, hsl(187, 2%, 37%), hsl(187, 2%, 17%))
hex
background-color: #5C6060;
tailwind
bg-[hsl(187,2%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 2%, 37%, 0.4);
css variable
--color-primary: hsl(187, 2%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(187, 2%, 37%)?
HEX: #5C6060 | RGB: rgb(92, 96, 96) | CMYK: 4%, 0%, 0%, 62% | HSV: 180°, 4%, 38%. Copy any format from the conversion table above.
What colors go well with #5C6060?
The complementary color is HSL(7, 2%, 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, 2%, 37%) in CSS?
As HSL: color: hsl(187, 2%, 37%); — As HEX: color: #5C6060; — As RGB: color: rgb(92, 96, 96); — Tailwind CSS: bg-[hsl(187,2%,37%)] — CSS variable: --color-primary: hsl(187, 2%, 37%);