HSL(323, 6%, 22%)
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(323,6%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 6%, 22%) | color: hsl(323, 6%, 22%) | |
| HEX | #3B3539 | color: #3B3539 | |
| RGB | rgb(59, 53, 57) | color: rgb(59, 53, 57) | |
| CMYK | cmyk(0%, 10%, 3%, 77%) | — | |
| HSV | hsv(320, 10%, 23%) | — | |
| HWB | hwb(320 21% 77%) | color: hwb(320 21% 77%) | |
| OKLCH | oklch(0.3367 0.0108 337.9) | color: oklch(0.3367 0.0108 337.9) | |
| Lab | lab(22.9 3.52 -1.55) | color: lab(22.9 3.52 -1.55) | |
| LCH | lch(22.9 3.85 336.23) | color: lch(22.9 3.85 336.23) |
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)
#383838 — rgb(56, 56, 56)
Deuteranopia (Green-blind)
#393938 — rgb(57, 57, 56)
Tritanopia (Blue-blind)
#3B3737 — rgb(59, 55, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 6%, 22%);
text
color: hsl(323, 6%, 22%);
border
border: 2px solid hsl(323, 6%, 22%);
gradient light
background: linear-gradient(to right, hsl(323, 6%, 42%), hsl(323, 6%, 22%));
gradient dark
background: linear-gradient(to right, hsl(323, 6%, 22%), hsl(323, 6%, 2%))
hex
background-color: #3B3539;
tailwind
bg-[hsl(323,6%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 6%, 22%, 0.4);
css variable
--color-primary: hsl(323, 6%, 22%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(323, 6%, 22%)?
HEX: #3B3539 | RGB: rgb(59, 53, 57) | CMYK: 0%, 10%, 3%, 77% | HSV: 320°, 10%, 23%. Copy any format from the conversion table above.
What colors go well with #3B3539?
The complementary color is HSL(143, 6%, 22%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 6%, 22%) in CSS?
As HSL: color: hsl(323, 6%, 22%); — As HEX: color: #3B3539; — As RGB: color: rgb(59, 53, 57); — Tailwind CSS: bg-[hsl(323,6%,22%)] — CSS variable: --color-primary: hsl(323, 6%, 22%);