Indigo
#470CA7
PurpleColor Codes
All color formats for development
HEX
#470CA7RGB
rgb(71, 12, 167)HSL
hsl(263, 87%, 35%)OKLCH
oklch(0.38 0.209 288.2)CMYK
cmyk(57%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A96
2#390986
3#320875
4#2B0764
5#240653
6#1C0543
7#150332
8#0E0221
9#070111
Tints
Lighter variations
1#540EC6
2#6210E5
3#7326F0
4#8745F2
5#9B64F4
6#AF83F6
7#C3A2F9
8#D7C1FB
9#EBE0FD
Tones
Muted variations
1#49139F
2#4B1B97
3#4D2390
4#4E2B88
5#503280
6#523A78
7#544271
8#564A69
9#575161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F7 | BordersInactive statesPlaceholder text |
| 400 | 9458 #9458F3 | Disabled statesSecondary iconsMuted text |
| 500 | 7528 #7528F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590F #590FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2105 #21054C | 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: #EADEFD;
--indigo-200: #D7C1FB;
--indigo-300: #B891F7;
--indigo-400: #9458F3;
--indigo-500: #7528F0;
--indigo-600: #590FD2;
--indigo-700: #470CA7;
--indigo-800: #330877;
--indigo-900: #21054C;
--indigo-950: #140330;
}