HSL(219, 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(219,9%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 9%, 38%) | color: hsl(219, 9%, 38%) | |
| HEX | #585E6A | color: #585E6A | |
| RGB | rgb(88, 94, 106) | color: rgb(88, 94, 106) | |
| CMYK | cmyk(17%, 11%, 0%, 58%) | — | |
| HSV | hsv(220, 17%, 42%) | — | |
| HWB | hwb(220 35% 58%) | color: hwb(220 35% 58%) | |
| OKLCH | oklch(0.481 0.0207 264.36) | color: oklch(0.481 0.0207 264.36) | |
| Lab | lab(39.78 0.44 -7.62) | color: lab(39.78 0.44 -7.62) | |
| LCH | lch(39.78 7.63 273.3) | color: lch(39.78 7.63 273.3) |
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)
#5B5B67 — rgb(91, 91, 103)
Deuteranopia (Green-blind)
#5A5A66 — rgb(90, 90, 102)
Tritanopia (Blue-blind)
#586564 — rgb(88, 101, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 9%, 38%);
text
color: hsl(219, 9%, 38%);
border
border: 2px solid hsl(219, 9%, 38%);
gradient light
background: linear-gradient(to right, hsl(219, 9%, 58%), hsl(219, 9%, 38%));
gradient dark
background: linear-gradient(to right, hsl(219, 9%, 38%), hsl(219, 9%, 18%))
hex
background-color: #585E6A;
tailwind
bg-[hsl(219,9%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 9%, 38%, 0.4);
css variable
--color-primary: hsl(219, 9%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(219, 9%, 38%)?
HEX: #585E6A | RGB: rgb(88, 94, 106) | CMYK: 17%, 11%, 0%, 58% | HSV: 220°, 17%, 42%. Copy any format from the conversion table above.
What colors go well with #585E6A?
The complementary color is HSL(39, 9%, 38%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 9%, 38%) in CSS?
As HSL: color: hsl(219, 9%, 38%); — As HEX: color: #585E6A; — As RGB: color: rgb(88, 94, 106); — Tailwind CSS: bg-[hsl(219,9%,38%)] — CSS variable: --color-primary: hsl(219, 9%, 38%);