HSL(276, 80%, 57%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,80%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 80%, 57%) | color: hsl(276, 80%, 57%) | |
| HEX | #A33AE9 | color: #A33AE9 | |
| RGB | rgb(163, 58, 233) | color: rgb(163, 58, 233) | |
| CMYK | cmyk(30%, 75%, 0%, 9%) | — | |
| HSV | hsv(276, 75%, 91%) | — | |
| HWB | hwb(276 23% 9%) | color: hwb(276 23% 9%) | |
| OKLCH | oklch(0.5822 0.2483 307.51) | color: oklch(0.5822 0.2483 307.51) | |
| Lab | lab(47.88 70.04 -69.32) | color: lab(47.88 70.04 -69.32) | |
| LCH | lch(47.88 98.54 315.3) | color: lch(47.88 98.54 315.3) |
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)
#7675BF — rgb(118, 117, 191)
Deuteranopia (Green-blind)
#7C84B5 — rgb(124, 132, 181)
Tritanopia (Blue-blind)
#9E9D96 — rgb(158, 157, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 80%, 57%);
text
color: hsl(276, 80%, 57%);
border
border: 2px solid hsl(276, 80%, 57%);
gradient light
background: linear-gradient(to right, hsl(276, 80%, 77%), hsl(276, 80%, 57%));
gradient dark
background: linear-gradient(to right, hsl(276, 80%, 57%), hsl(276, 80%, 37%))
hex
background-color: #A33AE9;
tailwind
bg-[hsl(276,80%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 80%, 57%, 0.4);
css variable
--color-primary: hsl(276, 80%, 57%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 80%, 57%)?
HEX: #A33AE9 | RGB: rgb(163, 58, 233) | CMYK: 30%, 75%, 0%, 9% | HSV: 276°, 75%, 91%. Copy any format from the conversion table above.
What colors go well with #A33AE9?
The complementary color is HSL(96, 80%, 57%). 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, 80%, 57%) in CSS?
As HSL: color: hsl(276, 80%, 57%); — As HEX: color: #A33AE9; — As RGB: color: rgb(163, 58, 233); — Tailwind CSS: bg-[hsl(276,80%,57%)] — CSS variable: --color-primary: hsl(276, 80%, 57%);