HSL(276, 50%, 80%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 50%, 80%) | color: hsl(276, 50%, 80%) | |
| HEX | #D1B3E6 | color: #D1B3E6 | |
| RGB | rgb(209, 179, 230) | color: rgb(209, 179, 230) | |
| CMYK | cmyk(9%, 22%, 0%, 10%) | — | |
| HSV | hsv(275, 22%, 90%) | — | |
| HWB | hwb(275 70% 10%) | color: hwb(275 70% 10%) | |
| OKLCH | oklch(0.8094 0.0775 311.16) | color: oklch(0.8094 0.0775 311.16) | |
| Lab | lab(76.99 20.09 -21.5) | color: lab(76.99 20.09 -21.5) | |
| LCH | lch(76.99 29.43 313.06) | color: lch(76.99 29.43 313.06) |
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)
#C4C4DA — rgb(196, 196, 218)
Deuteranopia (Green-blind)
#C6C8D7 — rgb(198, 200, 215)
Tritanopia (Blue-blind)
#D0D0CE — rgb(208, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 50%, 80%);
text
color: hsl(276, 50%, 80%);
border
border: 2px solid hsl(276, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(276, 50%, 100%), hsl(276, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(276, 50%, 80%), hsl(276, 50%, 60%))
hex
background-color: #D1B3E6;
tailwind
bg-[hsl(276,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 50%, 80%, 0.4);
css variable
--color-primary: hsl(276, 50%, 80%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 50%, 80%)?
HEX: #D1B3E6 | RGB: rgb(209, 179, 230) | CMYK: 9%, 22%, 0%, 10% | HSV: 275°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #D1B3E6?
The complementary color is HSL(96, 50%, 80%). 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, 50%, 80%) in CSS?
As HSL: color: hsl(276, 50%, 80%); — As HEX: color: #D1B3E6; — As RGB: color: rgb(209, 179, 230); — Tailwind CSS: bg-[hsl(276,50%,80%)] — CSS variable: --color-primary: hsl(276, 50%, 80%);