HSL(53, 4%, 37%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(53,4%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 4%, 37%) | color: hsl(53, 4%, 37%) | |
| HEX | #62615B | color: #62615B | |
| RGB | rgb(98, 97, 91) | color: rgb(98, 97, 91) | |
| CMYK | cmyk(0%, 1%, 7%, 62%) | — | |
| HSV | hsv(51, 7%, 38%) | — | |
| HWB | hwb(51 35% 62%) | color: hwb(51 35% 62%) | |
| OKLCH | oklch(0.4916 0.0095 99.03) | color: oklch(0.4916 0.0095 99.03) | |
| Lab | lab(41.06 -0.82 3.56) | color: lab(41.06 -0.82 3.56) | |
| LCH | lch(41.06 3.65 102.97) | color: lch(41.06 3.65 102.97) |
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)
#62625C — rgb(98, 98, 92)
Deuteranopia (Green-blind)
#62625D — rgb(98, 98, 93)
Tritanopia (Blue-blind)
#625E5E — rgb(98, 94, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 4%, 37%);
text
color: hsl(53, 4%, 37%);
border
border: 2px solid hsl(53, 4%, 37%);
gradient light
background: linear-gradient(to right, hsl(53, 4%, 57%), hsl(53, 4%, 37%));
gradient dark
background: linear-gradient(to right, hsl(53, 4%, 37%), hsl(53, 4%, 17%))
hex
background-color: #62615B;
tailwind
bg-[hsl(53,4%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 4%, 37%, 0.4);
css variable
--color-primary: hsl(53, 4%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(53, 4%, 37%)?
HEX: #62615B | RGB: rgb(98, 97, 91) | CMYK: 0%, 1%, 7%, 62% | HSV: 51°, 7%, 38%. Copy any format from the conversion table above.
What colors go well with #62615B?
The complementary color is HSL(233, 4%, 37%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 4%, 37%) in CSS?
As HSL: color: hsl(53, 4%, 37%); — As HEX: color: #62615B; — As RGB: color: rgb(98, 97, 91); — Tailwind CSS: bg-[hsl(53,4%,37%)] — CSS variable: --color-primary: hsl(53, 4%, 37%);