HSL(131, 2%, 39%)
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(131,2%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 2%, 39%) | color: hsl(131, 2%, 39%) | |
| HEX | #616562 | color: #616562 | |
| RGB | rgb(97, 101, 98) | color: rgb(97, 101, 98) | |
| CMYK | cmyk(4%, 0%, 3%, 60%) | — | |
| HSV | hsv(135, 4%, 40%) | — | |
| HWB | hwb(135 38% 60%) | color: hwb(135 38% 60%) | |
| OKLCH | oklch(0.5022 0.0068 153.65) | color: oklch(0.5022 0.0068 153.65) | |
| Lab | lab(42.35 -2.18 1.16) | color: lab(42.35 -2.18 1.16) | |
| LCH | lch(42.35 2.47 151.98) | color: lch(42.35 2.47 151.98) |
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)
#636363 — rgb(99, 99, 99)
Deuteranopia (Green-blind)
#636263 — rgb(99, 98, 99)
Tritanopia (Blue-blind)
#616363 — rgb(97, 99, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 2%, 39%);
text
color: hsl(131, 2%, 39%);
border
border: 2px solid hsl(131, 2%, 39%);
gradient light
background: linear-gradient(to right, hsl(131, 2%, 59%), hsl(131, 2%, 39%));
gradient dark
background: linear-gradient(to right, hsl(131, 2%, 39%), hsl(131, 2%, 19%))
hex
background-color: #616562;
tailwind
bg-[hsl(131,2%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 2%, 39%, 0.4);
css variable
--color-primary: hsl(131, 2%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(131, 2%, 39%)?
HEX: #616562 | RGB: rgb(97, 101, 98) | CMYK: 4%, 0%, 3%, 60% | HSV: 135°, 4%, 40%. Copy any format from the conversion table above.
What colors go well with #616562?
The complementary color is HSL(311, 2%, 39%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 2%, 39%) in CSS?
As HSL: color: hsl(131, 2%, 39%); — As HEX: color: #616562; — As RGB: color: rgb(97, 101, 98); — Tailwind CSS: bg-[hsl(131,2%,39%)] — CSS variable: --color-primary: hsl(131, 2%, 39%);