HSL(283, 80%, 50%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,80%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 80%, 50%) | color: hsl(283, 80%, 50%) | |
| HEX | #AC1AE6 | color: #AC1AE6 | |
| RGB | rgb(172, 26, 230) | color: rgb(172, 26, 230) | |
| CMYK | cmyk(25%, 89%, 0%, 10%) | — | |
| HSV | hsv(283, 89%, 90%) | — | |
| HWB | hwb(283 10% 10%) | color: hwb(283 10% 10%) | |
| OKLCH | oklch(0.5706 0.2722 312.53) | color: oklch(0.5706 0.2722 312.53) | |
| Lab | lab(45.94 79.63 -70.71) | color: lab(45.94 79.63 -70.71) | |
| LCH | lch(45.94 106.49 318.4) | color: lch(45.94 106.49 318.4) |
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)
#6D6BB5 — rgb(109, 107, 181)
Deuteranopia (Green-blind)
#7580A9 — rgb(117, 128, 169)
Tritanopia (Blue-blind)
#A58E85 — rgb(165, 142, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 80%, 50%);
text
color: hsl(283, 80%, 50%);
border
border: 2px solid hsl(283, 80%, 50%);
gradient light
background: linear-gradient(to right, hsl(283, 80%, 70%), hsl(283, 80%, 50%));
gradient dark
background: linear-gradient(to right, hsl(283, 80%, 50%), hsl(283, 80%, 30%))
hex
background-color: #AC1AE6;
tailwind
bg-[hsl(283,80%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 80%, 50%, 0.4);
css variable
--color-primary: hsl(283, 80%, 50%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 80%, 50%)?
HEX: #AC1AE6 | RGB: rgb(172, 26, 230) | CMYK: 25%, 89%, 0%, 10% | HSV: 283°, 89%, 90%. Copy any format from the conversion table above.
What colors go well with #AC1AE6?
The complementary color is HSL(103, 80%, 50%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 80%, 50%) in CSS?
As HSL: color: hsl(283, 80%, 50%); — As HEX: color: #AC1AE6; — As RGB: color: rgb(172, 26, 230); — Tailwind CSS: bg-[hsl(283,80%,50%)] — CSS variable: --color-primary: hsl(283, 80%, 50%);