HSL(231, 8%, 37%)
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(231,8%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 8%, 37%) | color: hsl(231, 8%, 37%) | |
| HEX | #575966 | color: #575966 | |
| RGB | rgb(87, 89, 102) | color: rgb(87, 89, 102) | |
| CMYK | cmyk(15%, 13%, 0%, 60%) | — | |
| HSV | hsv(232, 15%, 40%) | — | |
| HWB | hwb(232 34% 60%) | color: hwb(232 34% 60%) | |
| OKLCH | oklch(0.4669 0.0211 278.62) | color: oklch(0.4669 0.0211 278.62) | |
| Lab | lab(38.08 2.18 -7.72) | color: lab(38.08 2.18 -7.72) | |
| LCH | lch(38.08 8.02 285.77) | color: lch(38.08 8.02 285.77) |
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)
#585863 — rgb(88, 88, 99)
Deuteranopia (Green-blind)
#585862 — rgb(88, 88, 98)
Tritanopia (Blue-blind)
#576060 — rgb(87, 96, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 8%, 37%);
text
color: hsl(231, 8%, 37%);
border
border: 2px solid hsl(231, 8%, 37%);
gradient light
background: linear-gradient(to right, hsl(231, 8%, 57%), hsl(231, 8%, 37%));
gradient dark
background: linear-gradient(to right, hsl(231, 8%, 37%), hsl(231, 8%, 17%))
hex
background-color: #575966;
tailwind
bg-[hsl(231,8%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 8%, 37%, 0.4);
css variable
--color-primary: hsl(231, 8%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(231, 8%, 37%)?
HEX: #575966 | RGB: rgb(87, 89, 102) | CMYK: 15%, 13%, 0%, 60% | HSV: 232°, 15%, 40%. Copy any format from the conversion table above.
What colors go well with #575966?
The complementary color is HSL(51, 8%, 37%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 8%, 37%) in CSS?
As HSL: color: hsl(231, 8%, 37%); — As HEX: color: #575966; — As RGB: color: rgb(87, 89, 102); — Tailwind CSS: bg-[hsl(231,8%,37%)] — CSS variable: --color-primary: hsl(231, 8%, 37%);