HSL(266, 90%, 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,90%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(266, 90%, 10%) | color: hsl(266, 90%, 10%) | |
| HEX | #160330 | color: #160330 | |
| RGB | rgb(22, 3, 48) | color: rgb(22, 3, 48) | |
| CMYK | cmyk(54%, 94%, 0%, 81%) | — | |
| HSV | hsv(265, 94%, 19%) | — | |
| HWB | hwb(265 1% 81%) | color: hwb(265 1% 81%) | |
| OKLCH | oklch(0.1757 0.0844 296.85) | color: oklch(0.1757 0.0844 296.85) | |
| Lab | lab(4.06 19.2 -24.7) | color: lab(4.06 19.2 -24.7) | |
| LCH | lch(4.06 31.28 307.86) | color: lch(4.06 31.28 307.86) |
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)
#0E0E25 — rgb(14, 14, 37)
Deuteranopia (Green-blind)
#0F1023 — rgb(15, 16, 35)
Tritanopia (Blue-blind)
#151D1B — rgb(21, 29, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(266, 90%, 10%);
text
color: hsl(266, 90%, 10%);
border
border: 2px solid hsl(266, 90%, 10%);
gradient light
background: linear-gradient(to right, hsl(266, 90%, 30%), hsl(266, 90%, 10%));
gradient dark
background: linear-gradient(to right, hsl(266, 90%, 10%), hsl(266, 90%, 0%))
hex
background-color: #160330;
tailwind
bg-[hsl(266,90%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(266, 90%, 10%, 0.4);
css variable
--color-primary: hsl(266, 90%, 10%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(266, 90%, 10%)?
HEX: #160330 | RGB: rgb(22, 3, 48) | CMYK: 54%, 94%, 0%, 81% | HSV: 265°, 94%, 19%. Copy any format from the conversion table above.
What colors go well with #160330?
The complementary color is HSL(86, 90%, 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, 90%, 10%) in CSS?
As HSL: color: hsl(266, 90%, 10%); — As HEX: color: #160330; — As RGB: color: rgb(22, 3, 48); — Tailwind CSS: bg-[hsl(266,90%,10%)] — CSS variable: --color-primary: hsl(266, 90%, 10%);