HSL(52, 2%, 14%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(52,2%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(52, 2%, 14%) | color: hsl(52, 2%, 14%) | |
| HEX | #242423 | color: #242423 | |
| RGB | rgb(36, 36, 35) | color: rgb(36, 36, 35) | |
| CMYK | cmyk(0%, 0%, 3%, 86%) | — | |
| HSV | hsv(60, 3%, 14%) | — | |
| HWB | hwb(60 14% 86%) | color: hwb(60 14% 86%) | |
| OKLCH | oklch(0.2599 0.0018 106.53) | color: oklch(0.2599 0.0018 106.53) | |
| Lab | lab(14.16 -0.24 0.67) | color: lab(14.16 -0.24 0.67) | |
| LCH | lch(14.16 0.71 109.71) | color: lch(14.16 0.71 109.71) |
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)
#242423 — rgb(36, 36, 35)
Deuteranopia (Green-blind)
#242423 — rgb(36, 36, 35)
Tritanopia (Blue-blind)
#242323 — rgb(36, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(52, 2%, 14%);
text
color: hsl(52, 2%, 14%);
border
border: 2px solid hsl(52, 2%, 14%);
gradient light
background: linear-gradient(to right, hsl(52, 2%, 34%), hsl(52, 2%, 14%));
gradient dark
background: linear-gradient(to right, hsl(52, 2%, 14%), hsl(52, 2%, 0%))
hex
background-color: #242423;
tailwind
bg-[hsl(52,2%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(52, 2%, 14%, 0.4);
css variable
--color-primary: hsl(52, 2%, 14%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(52, 2%, 14%)?
HEX: #242423 | RGB: rgb(36, 36, 35) | CMYK: 0%, 0%, 3%, 86% | HSV: 60°, 3%, 14%. Copy any format from the conversion table above.
What colors go well with #242423?
The complementary color is HSL(232, 2%, 14%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(52, 2%, 14%) in CSS?
As HSL: color: hsl(52, 2%, 14%); — As HEX: color: #242423; — As RGB: color: rgb(36, 36, 35); — Tailwind CSS: bg-[hsl(52,2%,14%)] — CSS variable: --color-primary: hsl(52, 2%, 14%);