HSL(82, 3%, 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(82,3%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 3%, 37%) | color: hsl(82, 3%, 37%) | |
| HEX | #5F615C | color: #5F615C | |
| RGB | rgb(95, 97, 92) | color: rgb(95, 97, 92) | |
| CMYK | cmyk(2%, 0%, 5%, 62%) | — | |
| HSV | hsv(84, 5%, 38%) | — | |
| HWB | hwb(84 36% 62%) | color: hwb(84 36% 62%) | |
| OKLCH | oklch(0.4892 0.0082 124.59) | color: oklch(0.4892 0.0082 124.59) | |
| Lab | lab(40.82 -1.82 2.57) | color: lab(40.82 -1.82 2.57) | |
| LCH | lch(40.82 3.15 125.31) | color: lch(40.82 3.15 125.31) |
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)
#60605D — rgb(96, 96, 93)
Deuteranopia (Green-blind)
#60605E — rgb(96, 96, 94)
Tritanopia (Blue-blind)
#5F5E5E — rgb(95, 94, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 3%, 37%);
text
color: hsl(82, 3%, 37%);
border
border: 2px solid hsl(82, 3%, 37%);
gradient light
background: linear-gradient(to right, hsl(82, 3%, 57%), hsl(82, 3%, 37%));
gradient dark
background: linear-gradient(to right, hsl(82, 3%, 37%), hsl(82, 3%, 17%))
hex
background-color: #5F615C;
tailwind
bg-[hsl(82,3%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 3%, 37%, 0.4);
css variable
--color-primary: hsl(82, 3%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(82, 3%, 37%)?
HEX: #5F615C | RGB: rgb(95, 97, 92) | CMYK: 2%, 0%, 5%, 62% | HSV: 84°, 5%, 38%. Copy any format from the conversion table above.
What colors go well with #5F615C?
The complementary color is HSL(262, 3%, 37%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 3%, 37%) in CSS?
As HSL: color: hsl(82, 3%, 37%); — As HEX: color: #5F615C; — As RGB: color: rgb(95, 97, 92); — Tailwind CSS: bg-[hsl(82,3%,37%)] — CSS variable: --color-primary: hsl(82, 3%, 37%);