HSL(276, 84%, 82%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,84%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 84%, 82%) | color: hsl(276, 84%, 82%) | |
| HEX | #D9ABF8 | color: #D9ABF8 | |
| RGB | rgb(217, 171, 248) | color: rgb(217, 171, 248) | |
| CMYK | cmyk(13%, 31%, 0%, 3%) | — | |
| HSV | hsv(276, 31%, 97%) | — | |
| HWB | hwb(276 67% 3%) | color: hwb(276 67% 3%) | |
| OKLCH | oklch(0.8092 0.1164 311.16) | color: oklch(0.8092 0.1164 311.16) | |
| Lab | lab(76.47 30.62 -31.95) | color: lab(76.47 30.62 -31.95) | |
| LCH | lch(76.47 44.25 313.78) | color: lch(76.47 44.25 313.78) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#C5C5E5 — rgb(197, 197, 229)
Deuteranopia (Green-blind)
#C8CBE1 — rgb(200, 203, 225)
Tritanopia (Blue-blind)
#D7D7D3 — rgb(215, 215, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 84%, 82%);
text
color: hsl(276, 84%, 82%);
border
border: 2px solid hsl(276, 84%, 82%);
gradient light
background: linear-gradient(to right, hsl(276, 84%, 100%), hsl(276, 84%, 82%));
gradient dark
background: linear-gradient(to right, hsl(276, 84%, 82%), hsl(276, 84%, 62%))
hex
background-color: #D9ABF8;
tailwind
bg-[hsl(276,84%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 84%, 82%, 0.4);
css variable
--color-primary: hsl(276, 84%, 82%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 84%, 82%)?
HEX: #D9ABF8 | RGB: rgb(217, 171, 248) | CMYK: 13%, 31%, 0%, 3% | HSV: 276°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #D9ABF8?
The complementary color is HSL(96, 84%, 82%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 84%, 82%) in CSS?
As HSL: color: hsl(276, 84%, 82%); — As HEX: color: #D9ABF8; — As RGB: color: rgb(217, 171, 248); — Tailwind CSS: bg-[hsl(276,84%,82%)] — CSS variable: --color-primary: hsl(276, 84%, 82%);