HSL(284, 60%, 56%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(284,60%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 60%, 56%) | color: hsl(284, 60%, 56%) | |
| HEX | #AE4BD2 | color: #AE4BD2 | |
| RGB | rgb(174, 75, 210) | color: rgb(174, 75, 210) | |
| CMYK | cmyk(17%, 64%, 0%, 18%) | — | |
| HSV | hsv(284, 64%, 82%) | — | |
| HWB | hwb(284 30% 18%) | color: hwb(284 30% 18%) | |
| OKLCH | oklch(0.5979 0.2103 315.81) | color: oklch(0.5979 0.2103 315.81) | |
| Lab | lab(50.32 60.54 -52.23) | color: lab(50.32 60.54 -52.23) | |
| LCH | lch(50.32 79.96 319.21) | color: lch(50.32 79.96 319.21) |
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)
#8382B1 — rgb(131, 130, 177)
Deuteranopia (Green-blind)
#8990AA — rgb(137, 144, 170)
Tritanopia (Blue-blind)
#A99892 — rgb(169, 152, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 60%, 56%);
text
color: hsl(284, 60%, 56%);
border
border: 2px solid hsl(284, 60%, 56%);
gradient light
background: linear-gradient(to right, hsl(284, 60%, 76%), hsl(284, 60%, 56%));
gradient dark
background: linear-gradient(to right, hsl(284, 60%, 56%), hsl(284, 60%, 36%))
hex
background-color: #AE4BD2;
tailwind
bg-[hsl(284,60%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 60%, 56%, 0.4);
css variable
--color-primary: hsl(284, 60%, 56%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 60%, 56%)?
HEX: #AE4BD2 | RGB: rgb(174, 75, 210) | CMYK: 17%, 64%, 0%, 18% | HSV: 284°, 64%, 82%. Copy any format from the conversion table above.
What colors go well with #AE4BD2?
The complementary color is HSL(104, 60%, 56%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 60%, 56%) in CSS?
As HSL: color: hsl(284, 60%, 56%); — As HEX: color: #AE4BD2; — As RGB: color: rgb(174, 75, 210); — Tailwind CSS: bg-[hsl(284,60%,56%)] — CSS variable: --color-primary: hsl(284, 60%, 56%);