HSL(131, 4%, 35%)
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,4%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 4%, 35%) | color: hsl(131, 4%, 35%) | |
| HEX | #565D57 | color: #565D57 | |
| RGB | rgb(86, 93, 87) | color: rgb(86, 93, 87) | |
| CMYK | cmyk(8%, 0%, 6%, 64%) | — | |
| HSV | hsv(129, 8%, 36%) | — | |
| HWB | hwb(129 33% 64%) | color: hwb(129 33% 64%) | |
| OKLCH | oklch(0.4702 0.0129 149.65) | color: oklch(0.4702 0.0129 149.65) | |
| Lab | lab(38.72 -4.03 2.5) | color: lab(38.72 -4.03 2.5) | |
| LCH | lch(38.72 4.74 148.19) | color: lch(38.72 4.74 148.19) |
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)
#595958 — rgb(89, 89, 88)
Deuteranopia (Green-blind)
#595859 — rgb(89, 88, 89)
Tritanopia (Blue-blind)
#565A5A — rgb(86, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 4%, 35%);
text
color: hsl(131, 4%, 35%);
border
border: 2px solid hsl(131, 4%, 35%);
gradient light
background: linear-gradient(to right, hsl(131, 4%, 55%), hsl(131, 4%, 35%));
gradient dark
background: linear-gradient(to right, hsl(131, 4%, 35%), hsl(131, 4%, 15%))
hex
background-color: #565D57;
tailwind
bg-[hsl(131,4%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 4%, 35%, 0.4);
css variable
--color-primary: hsl(131, 4%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(131, 4%, 35%)?
HEX: #565D57 | RGB: rgb(86, 93, 87) | CMYK: 8%, 0%, 6%, 64% | HSV: 129°, 8%, 36%. Copy any format from the conversion table above.
What colors go well with #565D57?
The complementary color is HSL(311, 4%, 35%). 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, 4%, 35%) in CSS?
As HSL: color: hsl(131, 4%, 35%); — As HEX: color: #565D57; — As RGB: color: rgb(86, 93, 87); — Tailwind CSS: bg-[hsl(131,4%,35%)] — CSS variable: --color-primary: hsl(131, 4%, 35%);