HSL(151, 6%, 36%)
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(151,6%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 6%, 36%) | color: hsl(151, 6%, 36%) | |
| HEX | #56615C | color: #56615C | |
| RGB | rgb(86, 97, 92) | color: rgb(86, 97, 92) | |
| CMYK | cmyk(11%, 0%, 5%, 62%) | — | |
| HSV | hsv(153, 11%, 38%) | — | |
| HWB | hwb(153 34% 62%) | color: hwb(153 34% 62%) | |
| OKLCH | oklch(0.4815 0.0158 166.63) | color: oklch(0.4815 0.0158 166.63) | |
| Lab | lab(40.08 -5.35 1.41) | color: lab(40.08 -5.35 1.41) | |
| LCH | lch(40.08 5.53 165.24) | color: lch(40.08 5.53 165.24) |
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)
#5B5B5D — rgb(91, 91, 93)
Deuteranopia (Green-blind)
#5A595E — rgb(90, 89, 94)
Tritanopia (Blue-blind)
#575E5E — rgb(87, 94, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 6%, 36%);
text
color: hsl(151, 6%, 36%);
border
border: 2px solid hsl(151, 6%, 36%);
gradient light
background: linear-gradient(to right, hsl(151, 6%, 56%), hsl(151, 6%, 36%));
gradient dark
background: linear-gradient(to right, hsl(151, 6%, 36%), hsl(151, 6%, 16%))
hex
background-color: #56615C;
tailwind
bg-[hsl(151,6%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 6%, 36%, 0.4);
css variable
--color-primary: hsl(151, 6%, 36%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(151, 6%, 36%)?
HEX: #56615C | RGB: rgb(86, 97, 92) | CMYK: 11%, 0%, 5%, 62% | HSV: 153°, 11%, 38%. Copy any format from the conversion table above.
What colors go well with #56615C?
The complementary color is HSL(331, 6%, 36%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 6%, 36%) in CSS?
As HSL: color: hsl(151, 6%, 36%); — As HEX: color: #56615C; — As RGB: color: rgb(86, 97, 92); — Tailwind CSS: bg-[hsl(151,6%,36%)] — CSS variable: --color-primary: hsl(151, 6%, 36%);