HSL(141, 3%, 23%)
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(141,3%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 3%, 23%) | color: hsl(141, 3%, 23%) | |
| HEX | #393C3A | color: #393C3A | |
| RGB | rgb(57, 60, 58) | color: rgb(57, 60, 58) | |
| CMYK | cmyk(5%, 0%, 3%, 76%) | — | |
| HSV | hsv(140, 5%, 24%) | — | |
| HWB | hwb(140 23% 76%) | color: hwb(140 23% 76%) | |
| OKLCH | oklch(0.3526 0.0053 156.96) | color: oklch(0.3526 0.0053 156.96) | |
| Lab | lab(24.97 -1.73 0.79) | color: lab(24.97 -1.73 0.79) | |
| LCH | lch(24.97 1.9 155.46) | color: lch(24.97 1.9 155.46) |
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)
#3A3A3A — rgb(58, 58, 58)
Deuteranopia (Green-blind)
#3A3A3B — rgb(58, 58, 59)
Tritanopia (Blue-blind)
#393B3B — rgb(57, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 3%, 23%);
text
color: hsl(141, 3%, 23%);
border
border: 2px solid hsl(141, 3%, 23%);
gradient light
background: linear-gradient(to right, hsl(141, 3%, 43%), hsl(141, 3%, 23%));
gradient dark
background: linear-gradient(to right, hsl(141, 3%, 23%), hsl(141, 3%, 3%))
hex
background-color: #393C3A;
tailwind
bg-[hsl(141,3%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 3%, 23%, 0.4);
css variable
--color-primary: hsl(141, 3%, 23%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(141, 3%, 23%)?
HEX: #393C3A | RGB: rgb(57, 60, 58) | CMYK: 5%, 0%, 3%, 76% | HSV: 140°, 5%, 24%. Copy any format from the conversion table above.
What colors go well with #393C3A?
The complementary color is HSL(321, 3%, 23%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 3%, 23%) in CSS?
As HSL: color: hsl(141, 3%, 23%); — As HEX: color: #393C3A; — As RGB: color: rgb(57, 60, 58); — Tailwind CSS: bg-[hsl(141,3%,23%)] — CSS variable: --color-primary: hsl(141, 3%, 23%);