Electric Indigo
#6600ff
Here's everything about the color Electric Indigo (#6600ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #6600ff | |
|---|---|---|
| RGB | rgb(102, 0, 255) | |
| HSL | hsl(264, 100%, 50%) | |
| CMYK | cmyk(60%, 100%, 0%, 0%) | |
| LAB | lab(36, 72, -101) | |
| OKLCH | oklch(0.5 0.294 285) |
Color harmonies
Tints & shades
Code snippets
color: #6600ff;
background-color: #6600ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF6600FF)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.00, blue: 1.00, alpha: 1.0)