HSL(357, 3%, 26%)
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(357,3%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 3%, 26%) | color: hsl(357, 3%, 26%) | |
| HEX | #444041 | color: #444041 | |
| RGB | rgb(68, 64, 65) | color: rgb(68, 64, 65) | |
| CMYK | cmyk(0%, 6%, 4%, 73%) | — | |
| HSV | hsv(345, 6%, 27%) | — | |
| HWB | hwb(345 25% 73%) | color: hwb(345 25% 73%) | |
| OKLCH | oklch(0.3758 0.0057 0.29) | color: oklch(0.3758 0.0057 0.29) | |
| Lab | lab(27.51 1.92 0) | color: lab(27.51 1.92 0) | |
| LCH | lch(27.51 1.92 0) | color: lch(27.51 1.92 0) |
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)
#424241 — rgb(66, 66, 65)
Deuteranopia (Green-blind)
#434341 — rgb(67, 67, 65)
Tritanopia (Blue-blind)
#444141 — rgb(68, 65, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 3%, 26%);
text
color: hsl(357, 3%, 26%);
border
border: 2px solid hsl(357, 3%, 26%);
gradient light
background: linear-gradient(to right, hsl(357, 3%, 46%), hsl(357, 3%, 26%));
gradient dark
background: linear-gradient(to right, hsl(357, 3%, 26%), hsl(357, 3%, 6%))
hex
background-color: #444041;
tailwind
bg-[hsl(357,3%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 3%, 26%, 0.4);
css variable
--color-primary: hsl(357, 3%, 26%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 3%, 26%)?
HEX: #444041 | RGB: rgb(68, 64, 65) | CMYK: 0%, 6%, 4%, 73% | HSV: 345°, 6%, 27%. Copy any format from the conversion table above.
What colors go well with #444041?
The complementary color is HSL(177, 3%, 26%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 3%, 26%) in CSS?
As HSL: color: hsl(357, 3%, 26%); — As HEX: color: #444041; — As RGB: color: rgb(68, 64, 65); — Tailwind CSS: bg-[hsl(357,3%,26%)] — CSS variable: --color-primary: hsl(357, 3%, 26%);