HSL(144, 9%, 29%)
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(144,9%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 9%, 29%) | color: hsl(144, 9%, 29%) | |
| HEX | #435149 | color: #435149 | |
| RGB | rgb(67, 81, 73) | color: rgb(67, 81, 73) | |
| CMYK | cmyk(17%, 0%, 10%, 68%) | — | |
| HSV | hsv(146, 17%, 32%) | — | |
| HWB | hwb(146 27% 68%) | color: hwb(146 27% 68%) | |
| OKLCH | oklch(0.4201 0.0221 160.26) | color: oklch(0.4201 0.0221 160.26) | |
| Lab | lab(33.05 -7.37 2.87) | color: lab(33.05 -7.37 2.87) | |
| LCH | lch(33.05 7.91 158.72) | color: lch(33.05 7.91 158.72) |
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)
#49494B — rgb(73, 73, 75)
Deuteranopia (Green-blind)
#48474B — rgb(72, 71, 75)
Tritanopia (Blue-blind)
#444C4D — rgb(68, 76, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 9%, 29%);
text
color: hsl(144, 9%, 29%);
border
border: 2px solid hsl(144, 9%, 29%);
gradient light
background: linear-gradient(to right, hsl(144, 9%, 49%), hsl(144, 9%, 29%));
gradient dark
background: linear-gradient(to right, hsl(144, 9%, 29%), hsl(144, 9%, 9%))
hex
background-color: #435149;
tailwind
bg-[hsl(144,9%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 9%, 29%, 0.4);
css variable
--color-primary: hsl(144, 9%, 29%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(144, 9%, 29%)?
HEX: #435149 | RGB: rgb(67, 81, 73) | CMYK: 17%, 0%, 10%, 68% | HSV: 146°, 17%, 32%. Copy any format from the conversion table above.
What colors go well with #435149?
The complementary color is HSL(324, 9%, 29%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 9%, 29%) in CSS?
As HSL: color: hsl(144, 9%, 29%); — As HEX: color: #435149; — As RGB: color: rgb(67, 81, 73); — Tailwind CSS: bg-[hsl(144,9%,29%)] — CSS variable: --color-primary: hsl(144, 9%, 29%);