HSL(273, 88%, 6%)
Very Dark Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Dark Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(273,88%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(273, 88%, 6%) | color: hsl(273, 88%, 6%) | |
| HEX | #11021D | color: #11021D | |
| RGB | rgb(17, 2, 29) | color: rgb(17, 2, 29) | |
| CMYK | cmyk(41%, 93%, 0%, 89%) | — | |
| HSV | hsv(273, 93%, 11%) | — | |
| HWB | hwb(273 1% 89%) | color: hwb(273 1% 89%) | |
| OKLCH | oklch(0.1438 0.0618 307.98) | color: oklch(0.1438 0.0618 307.98) | |
| Lab | lab(2.27 9.66 -12.83) | color: lab(2.27 9.66 -12.83) | |
| LCH | lch(2.27 16.06 306.98) | color: lch(2.27 16.06 306.98) |
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)
#0B0A16 — rgb(11, 10, 22)
Deuteranopia (Green-blind)
#0B0D15 — rgb(11, 13, 21)
Tritanopia (Blue-blind)
#101110 — rgb(16, 17, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(273, 88%, 6%);
text
color: hsl(273, 88%, 6%);
border
border: 2px solid hsl(273, 88%, 6%);
gradient light
background: linear-gradient(to right, hsl(273, 88%, 26%), hsl(273, 88%, 6%));
gradient dark
background: linear-gradient(to right, hsl(273, 88%, 6%), hsl(273, 88%, 0%))
hex
background-color: #11021D;
tailwind
bg-[hsl(273,88%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(273, 88%, 6%, 0.4);
css variable
--color-primary: hsl(273, 88%, 6%);
Related Colors
Use Cases for Very Dark Indigo
Frequently Asked Questions
What are all the color codes for HSL(273, 88%, 6%)?
HEX: #11021D | RGB: rgb(17, 2, 29) | CMYK: 41%, 93%, 0%, 89% | HSV: 273°, 93%, 11%. Copy any format from the conversion table above.
What colors go well with #11021D?
The complementary color is HSL(93, 88%, 6%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(273, 88%, 6%) in CSS?
As HSL: color: hsl(273, 88%, 6%); — As HEX: color: #11021D; — As RGB: color: rgb(17, 2, 29); — Tailwind CSS: bg-[hsl(273,88%,6%)] — CSS variable: --color-primary: hsl(273, 88%, 6%);