HSL(352, 9%, 24%)
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(352,9%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 9%, 24%) | color: hsl(352, 9%, 24%) | |
| HEX | #433839 | color: #433839 | |
| RGB | rgb(67, 56, 57) | color: rgb(67, 56, 57) | |
| CMYK | cmyk(0%, 16%, 15%, 74%) | — | |
| HSV | hsv(355, 16%, 26%) | — | |
| HWB | hwb(355 22% 74%) | color: hwb(355 22% 74%) | |
| OKLCH | oklch(0.3527 0.0156 11.71) | color: oklch(0.3527 0.0156 11.71) | |
| Lab | lab(24.69 5.04 1.18) | color: lab(24.69 5.04 1.18) | |
| LCH | lch(24.69 5.18 13.18) | color: lch(24.69 5.18 13.18) |
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)
#3E3E39 — rgb(62, 62, 57)
Deuteranopia (Green-blind)
#3F4039 — rgb(63, 64, 57)
Tritanopia (Blue-blind)
#423939 — rgb(66, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 9%, 24%);
text
color: hsl(352, 9%, 24%);
border
border: 2px solid hsl(352, 9%, 24%);
gradient light
background: linear-gradient(to right, hsl(352, 9%, 44%), hsl(352, 9%, 24%));
gradient dark
background: linear-gradient(to right, hsl(352, 9%, 24%), hsl(352, 9%, 4%))
hex
background-color: #433839;
tailwind
bg-[hsl(352,9%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 9%, 24%, 0.4);
css variable
--color-primary: hsl(352, 9%, 24%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(352, 9%, 24%)?
HEX: #433839 | RGB: rgb(67, 56, 57) | CMYK: 0%, 16%, 15%, 74% | HSV: 355°, 16%, 26%. Copy any format from the conversion table above.
What colors go well with #433839?
The complementary color is HSL(172, 9%, 24%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 9%, 24%) in CSS?
As HSL: color: hsl(352, 9%, 24%); — As HEX: color: #433839; — As RGB: color: rgb(67, 56, 57); — Tailwind CSS: bg-[hsl(352,9%,24%)] — CSS variable: --color-primary: hsl(352, 9%, 24%);