HSL(232, 2%, 10%)
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(232,2%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 2%, 10%) | color: hsl(232, 2%, 10%) | |
| HEX | #19191A | color: #19191A | |
| RGB | rgb(25, 25, 26) | color: rgb(25, 25, 26) | |
| CMYK | cmyk(4%, 4%, 0%, 90%) | — | |
| HSV | hsv(240, 4%, 10%) | — | |
| HWB | hwb(240 10% 90%) | color: hwb(240 10% 90%) | |
| OKLCH | oklch(0.2138 0.0019 286.23) | color: oklch(0.2138 0.0019 286.23) | |
| Lab | lab(8.79 0.26 -0.7) | color: lab(8.79 0.26 -0.7) | |
| LCH | lch(8.79 0.75 290.38) | color: lch(8.79 0.75 290.38) |
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)
#19191A — rgb(25, 25, 26)
Deuteranopia (Green-blind)
#19191A — rgb(25, 25, 26)
Tritanopia (Blue-blind)
#191A1A — rgb(25, 26, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 2%, 10%);
text
color: hsl(232, 2%, 10%);
border
border: 2px solid hsl(232, 2%, 10%);
gradient light
background: linear-gradient(to right, hsl(232, 2%, 30%), hsl(232, 2%, 10%));
gradient dark
background: linear-gradient(to right, hsl(232, 2%, 10%), hsl(232, 2%, 0%))
hex
background-color: #19191A;
tailwind
bg-[hsl(232,2%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 2%, 10%, 0.4);
css variable
--color-primary: hsl(232, 2%, 10%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(232, 2%, 10%)?
HEX: #19191A | RGB: rgb(25, 25, 26) | CMYK: 4%, 4%, 0%, 90% | HSV: 240°, 4%, 10%. Copy any format from the conversion table above.
What colors go well with #19191A?
The complementary color is HSL(52, 2%, 10%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 2%, 10%) in CSS?
As HSL: color: hsl(232, 2%, 10%); — As HEX: color: #19191A; — As RGB: color: rgb(25, 25, 26); — Tailwind CSS: bg-[hsl(232,2%,10%)] — CSS variable: --color-primary: hsl(232, 2%, 10%);