HSL(320, 4%, 33%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(320,4%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 4%, 33%) | color: hsl(320, 4%, 33%) | |
| HEX | #585155 | color: #585155 | |
| RGB | rgb(88, 81, 85) | color: rgb(88, 81, 85) | |
| CMYK | cmyk(0%, 8%, 3%, 65%) | — | |
| HSV | hsv(326, 8%, 35%) | — | |
| HWB | hwb(326 32% 65%) | color: hwb(326 32% 65%) | |
| OKLCH | oklch(0.4431 0.0111 342.17) | color: oklch(0.4431 0.0111 342.17) | |
| Lab | lab(35.23 3.69 -1.3) | color: lab(35.23 3.69 -1.3) | |
| LCH | lch(35.23 3.91 340.59) | color: lch(35.23 3.91 340.59) |
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)
#555554 — rgb(85, 85, 84)
Deuteranopia (Green-blind)
#555654 — rgb(85, 86, 84)
Tritanopia (Blue-blind)
#585353 — rgb(88, 83, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 4%, 33%);
text
color: hsl(320, 4%, 33%);
border
border: 2px solid hsl(320, 4%, 33%);
gradient light
background: linear-gradient(to right, hsl(320, 4%, 53%), hsl(320, 4%, 33%));
gradient dark
background: linear-gradient(to right, hsl(320, 4%, 33%), hsl(320, 4%, 13%))
hex
background-color: #585155;
tailwind
bg-[hsl(320,4%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 4%, 33%, 0.4);
css variable
--color-primary: hsl(320, 4%, 33%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(320, 4%, 33%)?
HEX: #585155 | RGB: rgb(88, 81, 85) | CMYK: 0%, 8%, 3%, 65% | HSV: 326°, 8%, 35%. Copy any format from the conversion table above.
What colors go well with #585155?
The complementary color is HSL(140, 4%, 33%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 4%, 33%) in CSS?
As HSL: color: hsl(320, 4%, 33%); — As HEX: color: #585155; — As RGB: color: rgb(88, 81, 85); — Tailwind CSS: bg-[hsl(320,4%,33%)] — CSS variable: --color-primary: hsl(320, 4%, 33%);