HSL(322, 4%, 18%)
Grayish Black — Black color
Adjust Color
Color Information
Color Name
Grayish Black
Color Family
Black
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(322,4%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 4%, 18%) | color: hsl(322, 4%, 18%) | |
| HEX | #302C2E | color: #302C2E | |
| RGB | rgb(48, 44, 46) | color: rgb(48, 44, 46) | |
| CMYK | cmyk(0%, 8%, 4%, 81%) | — | |
| HSV | hsv(330, 8%, 19%) | — | |
| HWB | hwb(330 17% 81%) | color: hwb(330 17% 81%) | |
| OKLCH | oklch(0.2981 0.0068 345.73) | color: oklch(0.2981 0.0068 345.73) | |
| Lab | lab(18.48 2.26 -0.64) | color: lab(18.48 2.26 -0.64) | |
| LCH | lch(18.48 2.35 344.19) | color: lch(18.48 2.35 344.19) |
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)
#2E2E2E — rgb(46, 46, 46)
Deuteranopia (Green-blind)
#2F2F2D — rgb(47, 47, 45)
Tritanopia (Blue-blind)
#302D2D — rgb(48, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 4%, 18%);
text
color: hsl(322, 4%, 18%);
border
border: 2px solid hsl(322, 4%, 18%);
gradient light
background: linear-gradient(to right, hsl(322, 4%, 38%), hsl(322, 4%, 18%));
gradient dark
background: linear-gradient(to right, hsl(322, 4%, 18%), hsl(322, 4%, 0%))
hex
background-color: #302C2E;
tailwind
bg-[hsl(322,4%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 4%, 18%, 0.4);
css variable
--color-primary: hsl(322, 4%, 18%);
Related Colors
Use Cases for Grayish Black
Frequently Asked Questions
What are all the color codes for HSL(322, 4%, 18%)?
HEX: #302C2E | RGB: rgb(48, 44, 46) | CMYK: 0%, 8%, 4%, 81% | HSV: 330°, 8%, 19%. Copy any format from the conversion table above.
What colors go well with #302C2E?
The complementary color is HSL(142, 4%, 18%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 4%, 18%) in CSS?
As HSL: color: hsl(322, 4%, 18%); — As HEX: color: #302C2E; — As RGB: color: rgb(48, 44, 46); — Tailwind CSS: bg-[hsl(322,4%,18%)] — CSS variable: --color-primary: hsl(322, 4%, 18%);