Indigo
#571CC4
PurpleColor Codes
All color formats for development
HEX
#571CC4RGB
rgb(87, 28, 196)HSL
hsl(261, 75%, 44%)OKLCH
oklch(0.438 0.229 288.6)CMYK
cmyk(56%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E19B1
2#46169D
3#3D1489
4#341176
5#2B0E62
6#230B4F
7#1A083B
8#110627
9#090314
Tints
Lighter variations
1#6220DD
2#7337E2
3#8550E6
4#9669EA
5#A882ED
6#B99BF1
7#CBB4F4
8#DCCDF8
9#EEE6FB
Tones
Muted variations
1#5924BC
2#5C2DB4
3#5F35AB
4#613EA3
5#64469A
6#664F92
7#695789
8#6B5F81
9#6E6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D6C5F7;
--indigo-300: #B798F0;
--indigo-400: #9263E9;
--indigo-500: #7236E2;
--indigo-600: #571CC4;
--indigo-700: #45169C;
--indigo-800: #311070;
--indigo-900: #200A47;
--indigo-950: #14062D;
}