HSL(311, 6%, 36%)
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(311,6%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 6%, 36%) | color: hsl(311, 6%, 36%) | |
| HEX | #61565F | color: #61565F | |
| RGB | rgb(97, 86, 95) | color: rgb(97, 86, 95) | |
| CMYK | cmyk(0%, 11%, 2%, 62%) | — | |
| HSV | hsv(311, 11%, 38%) | — | |
| HWB | hwb(311 34% 62%) | color: hwb(311 34% 62%) | |
| OKLCH | oklch(0.4669 0.02 331.95) | color: oklch(0.4669 0.02 331.95) | |
| Lab | lab(37.88 6.3 -3.56) | color: lab(37.88 6.3 -3.56) | |
| LCH | lch(37.88 7.24 330.53) | color: lch(37.88 7.24 330.53) |
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)
#5C5C5D — rgb(92, 92, 93)
Deuteranopia (Green-blind)
#5D5E5C — rgb(93, 94, 92)
Tritanopia (Blue-blind)
#605B5B — rgb(96, 91, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 6%, 36%);
text
color: hsl(311, 6%, 36%);
border
border: 2px solid hsl(311, 6%, 36%);
gradient light
background: linear-gradient(to right, hsl(311, 6%, 56%), hsl(311, 6%, 36%));
gradient dark
background: linear-gradient(to right, hsl(311, 6%, 36%), hsl(311, 6%, 16%))
hex
background-color: #61565F;
tailwind
bg-[hsl(311,6%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 6%, 36%, 0.4);
css variable
--color-primary: hsl(311, 6%, 36%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(311, 6%, 36%)?
HEX: #61565F | RGB: rgb(97, 86, 95) | CMYK: 0%, 11%, 2%, 62% | HSV: 311°, 11%, 38%. Copy any format from the conversion table above.
What colors go well with #61565F?
The complementary color is HSL(131, 6%, 36%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 6%, 36%) in CSS?
As HSL: color: hsl(311, 6%, 36%); — As HEX: color: #61565F; — As RGB: color: rgb(97, 86, 95); — Tailwind CSS: bg-[hsl(311,6%,36%)] — CSS variable: --color-primary: hsl(311, 6%, 36%);