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