HSL(283, 60%, 55%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(283,60%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 60%, 55%) | color: hsl(283, 60%, 55%) | |
| HEX | #AA47D1 | color: #AA47D1 | |
| RGB | rgb(170, 71, 209) | color: rgb(170, 71, 209) | |
| CMYK | cmyk(19%, 66%, 0%, 18%) | — | |
| HSV | hsv(283, 66%, 82%) | — | |
| HWB | hwb(283 28% 18%) | color: hwb(283 28% 18%) | |
| OKLCH | oklch(0.5877 0.2131 314.91) | color: oklch(0.5877 0.2131 314.91) | |
| Lab | lab(49.08 61.2 -53.67) | color: lab(49.08 61.2 -53.67) | |
| LCH | lch(49.08 81.4 318.75) | color: lch(49.08 81.4 318.75) |
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)
#7F7EB0 — rgb(127, 126, 176)
Deuteranopia (Green-blind)
#858CA8 — rgb(133, 140, 168)
Tritanopia (Blue-blind)
#A5958F — rgb(165, 149, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 60%, 55%);
text
color: hsl(283, 60%, 55%);
border
border: 2px solid hsl(283, 60%, 55%);
gradient light
background: linear-gradient(to right, hsl(283, 60%, 75%), hsl(283, 60%, 55%));
gradient dark
background: linear-gradient(to right, hsl(283, 60%, 55%), hsl(283, 60%, 35%))
hex
background-color: #AA47D1;
tailwind
bg-[hsl(283,60%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 60%, 55%, 0.4);
css variable
--color-primary: hsl(283, 60%, 55%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 60%, 55%)?
HEX: #AA47D1 | RGB: rgb(170, 71, 209) | CMYK: 19%, 66%, 0%, 18% | HSV: 283°, 66%, 82%. Copy any format from the conversion table above.
What colors go well with #AA47D1?
The complementary color is HSL(103, 60%, 55%). 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, 60%, 55%) in CSS?
As HSL: color: hsl(283, 60%, 55%); — As HEX: color: #AA47D1; — As RGB: color: rgb(170, 71, 209); — Tailwind CSS: bg-[hsl(283,60%,55%)] — CSS variable: --color-primary: hsl(283, 60%, 55%);