HSL(271, 65%, 66%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(271,65%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 65%, 66%) | color: hsl(271, 65%, 66%) | |
| HEX | #AA70E1 | color: #AA70E1 | |
| RGB | rgb(170, 112, 225) | color: rgb(170, 112, 225) | |
| CMYK | cmyk(24%, 50%, 0%, 12%) | — | |
| HSV | hsv(271, 50%, 88%) | — | |
| HWB | hwb(271 44% 12%) | color: hwb(271 44% 12%) | |
| OKLCH | oklch(0.6531 0.1701 305.93) | color: oklch(0.6531 0.1701 305.93) | |
| Lab | lab(57.63 44.27 -49.1) | color: lab(57.63 44.27 -49.1) | |
| LCH | lch(57.63 66.11 312.04) | color: lch(57.63 66.11 312.04) |
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)
#9190C6 — rgb(145, 144, 198)
Deuteranopia (Green-blind)
#9499BF — rgb(148, 153, 191)
Tritanopia (Blue-blind)
#A7B0AB — rgb(167, 176, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 65%, 66%);
text
color: hsl(271, 65%, 66%);
border
border: 2px solid hsl(271, 65%, 66%);
gradient light
background: linear-gradient(to right, hsl(271, 65%, 86%), hsl(271, 65%, 66%));
gradient dark
background: linear-gradient(to right, hsl(271, 65%, 66%), hsl(271, 65%, 46%))
hex
background-color: #AA70E1;
tailwind
bg-[hsl(271,65%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 65%, 66%, 0.4);
css variable
--color-primary: hsl(271, 65%, 66%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 65%, 66%)?
HEX: #AA70E1 | RGB: rgb(170, 112, 225) | CMYK: 24%, 50%, 0%, 12% | HSV: 271°, 50%, 88%. Copy any format from the conversion table above.
What colors go well with #AA70E1?
The complementary color is HSL(91, 65%, 66%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 65%, 66%) in CSS?
As HSL: color: hsl(271, 65%, 66%); — As HEX: color: #AA70E1; — As RGB: color: rgb(170, 112, 225); — Tailwind CSS: bg-[hsl(271,65%,66%)] — CSS variable: --color-primary: hsl(271, 65%, 66%);