HSL(264, 9%, 38%)
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(264,9%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 9%, 38%) | color: hsl(264, 9%, 38%) | |
| HEX | #5F586A | color: #5F586A | |
| RGB | rgb(95, 88, 106) | color: rgb(95, 88, 106) | |
| CMYK | cmyk(10%, 17%, 0%, 58%) | — | |
| HSV | hsv(263, 17%, 42%) | — | |
| HWB | hwb(263 35% 58%) | color: hwb(263 35% 58%) | |
| OKLCH | oklch(0.4736 0.0298 302.95) | color: oklch(0.4736 0.0298 302.95) | |
| Lab | lab(38.64 6.72 -9.27) | color: lab(38.64 6.72 -9.27) | |
| LCH | lch(38.64 11.45 305.94) | color: lch(38.64 11.45 305.94) |
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)
#5C5C66 — rgb(92, 92, 102)
Deuteranopia (Green-blind)
#5C5D65 — rgb(92, 93, 101)
Tritanopia (Blue-blind)
#5F6261 — rgb(95, 98, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 9%, 38%);
text
color: hsl(264, 9%, 38%);
border
border: 2px solid hsl(264, 9%, 38%);
gradient light
background: linear-gradient(to right, hsl(264, 9%, 58%), hsl(264, 9%, 38%));
gradient dark
background: linear-gradient(to right, hsl(264, 9%, 38%), hsl(264, 9%, 18%))
hex
background-color: #5F586A;
tailwind
bg-[hsl(264,9%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 9%, 38%, 0.4);
css variable
--color-primary: hsl(264, 9%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(264, 9%, 38%)?
HEX: #5F586A | RGB: rgb(95, 88, 106) | CMYK: 10%, 17%, 0%, 58% | HSV: 263°, 17%, 42%. Copy any format from the conversion table above.
What colors go well with #5F586A?
The complementary color is HSL(84, 9%, 38%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 9%, 38%) in CSS?
As HSL: color: hsl(264, 9%, 38%); — As HEX: color: #5F586A; — As RGB: color: rgb(95, 88, 106); — Tailwind CSS: bg-[hsl(264,9%,38%)] — CSS variable: --color-primary: hsl(264, 9%, 38%);