Indigo
#42017E
PurpleColor Codes
All color formats for development
HEX
#42017ERGB
rgb(66, 1, 126)HSL
hsl(271, 98%, 25%)OKLCH
oklch(0.323 0.174 297.7)CMYK
cmyk(48%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0172
2#350165
3#2E0158
4#27014C
5#21013F
6#1A0132
7#140026
8#0D0019
9#07000D
Tints
Lighter variations
1#5602A4
2#6902CA
3#7D02F0
4#901CFD
5#A242FD
6#B568FD
7#C78DFE
8#DAB3FE
9#ECD9FF
Tones
Muted variations
1#420878
2#410E72
3#41146B
4#411A65
5#41215F
6#412759
7#402D52
8#40334C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBD #DFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFE | BordersInactive statesPlaceholder text |
| 400 | A94E #A94EFD | Disabled statesSecondary iconsMuted text |
| 500 | 901C #901CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7402 #7402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C02 #5C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4201 #42017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFF;
--indigo-200: #DFBDFE;
--indigo-300: #C68BFE;
--indigo-400: #A94EFD;
--indigo-500: #901CFD;
--indigo-600: #7402DE;
--indigo-700: #5C02B1;
--indigo-800: #42017E;
--indigo-900: #2A0151;
--indigo-950: #1A0132;
}