HSL(260, 94%, 9%)
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(260,94%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(260, 94%, 9%) | color: hsl(260, 94%, 9%) | |
| HEX | #10012D | color: #10012D | |
| RGB | rgb(16, 1, 45) | color: rgb(16, 1, 45) | |
| CMYK | cmyk(64%, 98%, 0%, 82%) | — | |
| HSV | hsv(260, 98%, 18%) | — | |
| HWB | hwb(260 0% 82%) | color: hwb(260 0% 82%) | |
| OKLCH | oklch(0.1586 0.0847 291.57) | color: oklch(0.1586 0.0847 291.57) | |
| Lab | lab(2.9 16.09 -24.31) | color: lab(2.9 16.09 -24.31) | |
| LCH | lch(2.9 29.15 303.5) | color: lch(2.9 29.15 303.5) |
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)
#0A0922 — rgb(10, 9, 34)
Deuteranopia (Green-blind)
#0A0C20 — rgb(10, 12, 32)
Tritanopia (Blue-blind)
#0F1A18 — rgb(15, 26, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(260, 94%, 9%);
text
color: hsl(260, 94%, 9%);
border
border: 2px solid hsl(260, 94%, 9%);
gradient light
background: linear-gradient(to right, hsl(260, 94%, 29%), hsl(260, 94%, 9%));
gradient dark
background: linear-gradient(to right, hsl(260, 94%, 9%), hsl(260, 94%, 0%))
hex
background-color: #10012D;
tailwind
bg-[hsl(260,94%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(260, 94%, 9%, 0.4);
css variable
--color-primary: hsl(260, 94%, 9%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(260, 94%, 9%)?
HEX: #10012D | RGB: rgb(16, 1, 45) | CMYK: 64%, 98%, 0%, 82% | HSV: 260°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #10012D?
The complementary color is HSL(80, 94%, 9%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(260, 94%, 9%) in CSS?
As HSL: color: hsl(260, 94%, 9%); — As HEX: color: #10012D; — As RGB: color: rgb(16, 1, 45); — Tailwind CSS: bg-[hsl(260,94%,9%)] — CSS variable: --color-primary: hsl(260, 94%, 9%);