HSL(232, 6%, 11%)
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,6%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 6%, 11%) | color: hsl(232, 6%, 11%) | |
| HEX | #1A1B1E | color: #1A1B1E | |
| RGB | rgb(26, 27, 30) | color: rgb(26, 27, 30) | |
| CMYK | cmyk(13%, 10%, 0%, 88%) | — | |
| HSV | hsv(225, 13%, 12%) | — | |
| HWB | hwb(225 10% 88%) | color: hwb(225 10% 88%) | |
| OKLCH | oklch(0.2223 0.006 271.14) | color: oklch(0.2223 0.006 271.14) | |
| Lab | lab(9.78 0.33 -2.24) | color: lab(9.78 0.33 -2.24) | |
| LCH | lch(9.78 2.26 278.38) | color: lch(9.78 2.26 278.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)
#1A1A1D — rgb(26, 26, 29)
Deuteranopia (Green-blind)
#1A1A1D — rgb(26, 26, 29)
Tritanopia (Blue-blind)
#1A1D1D — rgb(26, 29, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 6%, 11%);
text
color: hsl(232, 6%, 11%);
border
border: 2px solid hsl(232, 6%, 11%);
gradient light
background: linear-gradient(to right, hsl(232, 6%, 31%), hsl(232, 6%, 11%));
gradient dark
background: linear-gradient(to right, hsl(232, 6%, 11%), hsl(232, 6%, 0%))
hex
background-color: #1A1B1E;
tailwind
bg-[hsl(232,6%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 6%, 11%, 0.4);
css variable
--color-primary: hsl(232, 6%, 11%);
Related Colors
Use Cases for Very Dark Black
Frequently Asked Questions
What are all the color codes for HSL(232, 6%, 11%)?
HEX: #1A1B1E | RGB: rgb(26, 27, 30) | CMYK: 13%, 10%, 0%, 88% | HSV: 225°, 13%, 12%. Copy any format from the conversion table above.
What colors go well with #1A1B1E?
The complementary color is HSL(52, 6%, 11%). 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, 6%, 11%) in CSS?
As HSL: color: hsl(232, 6%, 11%); — As HEX: color: #1A1B1E; — As RGB: color: rgb(26, 27, 30); — Tailwind CSS: bg-[hsl(232,6%,11%)] — CSS variable: --color-primary: hsl(232, 6%, 11%);