HSL(266, 70%, 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(266,70%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 70%, 10%) | color: hsl(266, 70%, 10%) | |
| HEX | #17082B | color: #17082B | |
| RGB | rgb(23, 8, 43) | color: rgb(23, 8, 43) | |
| CMYK | cmyk(47%, 81%, 0%, 83%) | — | |
| HSV | hsv(266, 81%, 17%) | — | |
| HWB | hwb(266 3% 83%) | color: hwb(266 3% 83%) | |
| OKLCH | oklch(0.1821 0.0678 299.34) | color: oklch(0.1821 0.0678 299.34) | |
| Lab | lab(4.79 15.23 -19.77) | color: lab(4.79 15.23 -19.77) | |
| LCH | lch(4.79 24.96 307.61) | color: lch(4.79 24.96 307.61) |
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)
#111023 — rgb(17, 16, 35)
Deuteranopia (Green-blind)
#111321 — rgb(17, 19, 33)
Tritanopia (Blue-blind)
#161C1A — rgb(22, 28, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 70%, 10%);
text
color: hsl(266, 70%, 10%);
border
border: 2px solid hsl(266, 70%, 10%);
gradient light
background: linear-gradient(to right, hsl(266, 70%, 30%), hsl(266, 70%, 10%));
gradient dark
background: linear-gradient(to right, hsl(266, 70%, 10%), hsl(266, 70%, 0%))
hex
background-color: #17082B;
tailwind
bg-[hsl(266,70%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 70%, 10%, 0.4);
css variable
--color-primary: hsl(266, 70%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 70%, 10%)?
HEX: #17082B | RGB: rgb(23, 8, 43) | CMYK: 47%, 81%, 0%, 83% | HSV: 266°, 81%, 17%. Copy any format from the conversion table above.
What colors go well with #17082B?
The complementary color is HSL(86, 70%, 10%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(266, 70%, 10%) in CSS?
As HSL: color: hsl(266, 70%, 10%); — As HEX: color: #17082B; — As RGB: color: rgb(23, 8, 43); — Tailwind CSS: bg-[hsl(266,70%,10%)] — CSS variable: --color-primary: hsl(266, 70%, 10%);