HSL(292, 5%, 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(292,5%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 5%, 23%) | color: hsl(292, 5%, 23%) | |
| HEX | #3D383E | color: #3D383E | |
| RGB | rgb(61, 56, 62) | color: rgb(61, 56, 62) | |
| CMYK | cmyk(2%, 10%, 0%, 76%) | — | |
| HSV | hsv(290, 10%, 24%) | — | |
| HWB | hwb(290 22% 76%) | color: hwb(290 22% 76%) | |
| OKLCH | oklch(0.3481 0.0123 320.59) | color: oklch(0.3481 0.0123 320.59) | |
| Lab | lab(24.22 3.52 -2.93) | color: lab(24.22 3.52 -2.93) | |
| LCH | lch(24.22 4.58 320.23) | color: lch(24.22 4.58 320.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)
#3B3B3D — rgb(59, 59, 61)
Deuteranopia (Green-blind)
#3B3C3C — rgb(59, 60, 60)
Tritanopia (Blue-blind)
#3D3B3B — rgb(61, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 5%, 23%);
text
color: hsl(292, 5%, 23%);
border
border: 2px solid hsl(292, 5%, 23%);
gradient light
background: linear-gradient(to right, hsl(292, 5%, 43%), hsl(292, 5%, 23%));
gradient dark
background: linear-gradient(to right, hsl(292, 5%, 23%), hsl(292, 5%, 3%))
hex
background-color: #3D383E;
tailwind
bg-[hsl(292,5%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 5%, 23%, 0.4);
css variable
--color-primary: hsl(292, 5%, 23%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(292, 5%, 23%)?
HEX: #3D383E | RGB: rgb(61, 56, 62) | CMYK: 2%, 10%, 0%, 76% | HSV: 290°, 10%, 24%. Copy any format from the conversion table above.
What colors go well with #3D383E?
The complementary color is HSL(112, 5%, 23%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 5%, 23%) in CSS?
As HSL: color: hsl(292, 5%, 23%); — As HEX: color: #3D383E; — As RGB: color: rgb(61, 56, 62); — Tailwind CSS: bg-[hsl(292,5%,23%)] — CSS variable: --color-primary: hsl(292, 5%, 23%);