HSL(276, 77%, 60%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,77%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 77%, 60%) | color: hsl(276, 77%, 60%) | |
| HEX | #A94AE8 | color: #A94AE8 | |
| RGB | rgb(169, 74, 232) | color: rgb(169, 74, 232) | |
| CMYK | cmyk(27%, 68%, 0%, 9%) | — | |
| HSV | hsv(276, 68%, 91%) | — | |
| HWB | hwb(276 29% 9%) | color: hwb(276 29% 9%) | |
| OKLCH | oklch(0.6049 0.2312 308.55) | color: oklch(0.6049 0.2312 308.55) | |
| Lab | lab(50.87 64.5 -63.86) | color: lab(50.87 64.5 -63.86) | |
| LCH | lch(50.87 90.77 315.29) | color: lch(50.87 90.77 315.29) |
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)
#807FC2 — rgb(128, 127, 194)
Deuteranopia (Green-blind)
#858DB9 — rgb(133, 141, 185)
Tritanopia (Blue-blind)
#A4A49D — rgb(164, 164, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 77%, 60%);
text
color: hsl(276, 77%, 60%);
border
border: 2px solid hsl(276, 77%, 60%);
gradient light
background: linear-gradient(to right, hsl(276, 77%, 80%), hsl(276, 77%, 60%));
gradient dark
background: linear-gradient(to right, hsl(276, 77%, 60%), hsl(276, 77%, 40%))
hex
background-color: #A94AE8;
tailwind
bg-[hsl(276,77%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 77%, 60%, 0.4);
css variable
--color-primary: hsl(276, 77%, 60%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 77%, 60%)?
HEX: #A94AE8 | RGB: rgb(169, 74, 232) | CMYK: 27%, 68%, 0%, 9% | HSV: 276°, 68%, 91%. Copy any format from the conversion table above.
What colors go well with #A94AE8?
The complementary color is HSL(96, 77%, 60%). 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, 77%, 60%) in CSS?
As HSL: color: hsl(276, 77%, 60%); — As HEX: color: #A94AE8; — As RGB: color: rgb(169, 74, 232); — Tailwind CSS: bg-[hsl(276,77%,60%)] — CSS variable: --color-primary: hsl(276, 77%, 60%);