HSL(142, 7%, 7%)
Very Dark Black — Black color
Adjust Color
Color Information
Color Name
Very Dark Black
Color Family
Black
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(142,7%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 7%, 7%) | color: hsl(142, 7%, 7%) | |
| HEX | #111312 | color: #111312 | |
| RGB | rgb(17, 19, 18) | color: rgb(17, 19, 18) | |
| CMYK | cmyk(11%, 0%, 5%, 93%) | — | |
| HSV | hsv(150, 11%, 7%) | — | |
| HWB | hwb(150 6% 93%) | color: hwb(150 6% 93%) | |
| OKLCH | oklch(0.1841 0.0038 164.6) | color: oklch(0.1841 0.0038 164.6) | |
| Lab | lab(5.68 -0.99 0.3) | color: lab(5.68 -0.99 0.3) | |
| LCH | lch(5.68 1.03 163.14) | color: lch(5.68 1.03 163.14) |
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)
#121212 — rgb(18, 18, 18)
Deuteranopia (Green-blind)
#121212 — rgb(18, 18, 18)
Tritanopia (Blue-blind)
#111212 — rgb(17, 18, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 7%, 7%);
text
color: hsl(142, 7%, 7%);
border
border: 2px solid hsl(142, 7%, 7%);
gradient light
background: linear-gradient(to right, hsl(142, 7%, 27%), hsl(142, 7%, 7%));
gradient dark
background: linear-gradient(to right, hsl(142, 7%, 7%), hsl(142, 7%, 0%))
hex
background-color: #111312;
tailwind
bg-[hsl(142,7%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 7%, 7%, 0.4);
css variable
--color-primary: hsl(142, 7%, 7%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(142, 7%, 7%)?
HEX: #111312 | RGB: rgb(17, 19, 18) | CMYK: 11%, 0%, 5%, 93% | HSV: 150°, 11%, 7%. Copy any format from the conversion table above.
What colors go well with #111312?
The complementary color is HSL(322, 7%, 7%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 7%, 7%) in CSS?
As HSL: color: hsl(142, 7%, 7%); — As HEX: color: #111312; — As RGB: color: rgb(17, 19, 18); — Tailwind CSS: bg-[hsl(142,7%,7%)] — CSS variable: --color-primary: hsl(142, 7%, 7%);