HSL(258, 33%, 10%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(258,33%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(258, 33%, 10%) | color: hsl(258, 33%, 10%) | |
| HEX | #161122 | color: #161122 | |
| RGB | rgb(22, 17, 34) | color: rgb(22, 17, 34) | |
| CMYK | cmyk(35%, 50%, 0%, 87%) | — | |
| HSV | hsv(258, 50%, 13%) | — | |
| HWB | hwb(258 7% 87%) | color: hwb(258 7% 87%) | |
| OKLCH | oklch(0.1931 0.0342 296.6) | color: oklch(0.1931 0.0342 296.6) | |
| Lab | lab(6.21 6.84 -10.73) | color: lab(6.21 6.84 -10.73) | |
| LCH | lch(6.21 12.72 302.52) | color: lch(6.21 12.72 302.52) |
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)
#14141E — rgb(20, 20, 30)
Deuteranopia (Green-blind)
#14151D — rgb(20, 21, 29)
Tritanopia (Blue-blind)
#161B1A — rgb(22, 27, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(258, 33%, 10%);
text
color: hsl(258, 33%, 10%);
border
border: 2px solid hsl(258, 33%, 10%);
gradient light
background: linear-gradient(to right, hsl(258, 33%, 30%), hsl(258, 33%, 10%));
gradient dark
background: linear-gradient(to right, hsl(258, 33%, 10%), hsl(258, 33%, 0%))
hex
background-color: #161122;
tailwind
bg-[hsl(258,33%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(258, 33%, 10%, 0.4);
css variable
--color-primary: hsl(258, 33%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(258, 33%, 10%)?
HEX: #161122 | RGB: rgb(22, 17, 34) | CMYK: 35%, 50%, 0%, 87% | HSV: 258°, 50%, 13%. Copy any format from the conversion table above.
What colors go well with #161122?
The complementary color is HSL(78, 33%, 10%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(258, 33%, 10%) in CSS?
As HSL: color: hsl(258, 33%, 10%); — As HEX: color: #161122; — As RGB: color: rgb(22, 17, 34); — Tailwind CSS: bg-[hsl(258,33%,10%)] — CSS variable: --color-primary: hsl(258, 33%, 10%);