Indigo
#470AA9
PurpleColor Codes
All color formats for development
HEX
#470AA9RGB
rgb(71, 10, 169)HSL
hsl(263, 89%, 35%)OKLCH
oklch(0.381 0.211 287.9)CMYK
cmyk(58%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400998
2#390887
3#320776
4#2A0665
5#230554
6#1C0443
7#150333
8#0E0222
9#070111
Tints
Lighter variations
1#540CC8
2#610DE7
3#7324F2
4#8743F4
5#9B62F6
6#AF82F8
7#C3A1FA
8#D7C0FB
9#EBE0FD
Tones
Muted variations
1#4912A1
2#4A1A99
3#4C2291
4#4E2A89
5#503281
6#523979
7#544171
8#564969
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DDFD;
--indigo-200: #D7C0FB;
--indigo-300: #B890F9;
--indigo-400: #9356F5;
--indigo-500: #7426F2;
--indigo-600: #590CD4;
--indigo-700: #470AA9;
--indigo-800: #330778;
--indigo-900: #20044D;
--indigo-950: #140330;
}