HSL(256, 10%, 8%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(256,10%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 10%, 8%) | color: hsl(256, 10%, 8%) | |
| HEX | #131216 | color: #131216 | |
| RGB | rgb(19, 18, 22) | color: rgb(19, 18, 22) | |
| CMYK | cmyk(14%, 18%, 0%, 91%) | — | |
| HSV | hsv(255, 18%, 9%) | — | |
| HWB | hwb(255 7% 91%) | color: hwb(255 7% 91%) | |
| OKLCH | oklch(0.1852 0.0082 297.04) | color: oklch(0.1852 0.0082 297.04) | |
| Lab | lab(5.68 1.3 -2.32) | color: lab(5.68 1.3 -2.32) | |
| LCH | lch(5.68 2.66 299.26) | color: lch(5.68 2.66 299.26) |
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)
#131315 — rgb(19, 19, 21)
Deuteranopia (Green-blind)
#131315 — rgb(19, 19, 21)
Tritanopia (Blue-blind)
#131414 — rgb(19, 20, 20)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 10%, 8%);
text
color: hsl(256, 10%, 8%);
border
border: 2px solid hsl(256, 10%, 8%);
gradient light
background: linear-gradient(to right, hsl(256, 10%, 28%), hsl(256, 10%, 8%));
gradient dark
background: linear-gradient(to right, hsl(256, 10%, 8%), hsl(256, 10%, 0%))
hex
background-color: #131216;
tailwind
bg-[hsl(256,10%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 10%, 8%, 0.4);
css variable
--color-primary: hsl(256, 10%, 8%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 10%, 8%)?
HEX: #131216 | RGB: rgb(19, 18, 22) | CMYK: 14%, 18%, 0%, 91% | HSV: 255°, 18%, 9%. Copy any format from the conversion table above.
What colors go well with #131216?
The complementary color is HSL(76, 10%, 8%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 10%, 8%) in CSS?
As HSL: color: hsl(256, 10%, 8%); — As HEX: color: #131216; — As RGB: color: rgb(19, 18, 22); — Tailwind CSS: bg-[hsl(256,10%,8%)] — CSS variable: --color-primary: hsl(256, 10%, 8%);