Indigo
#5A10D1
PurpleColor Codes
All color formats for development
HEX
#5A10D1RGB
rgb(90, 16, 209)HSL
hsl(263, 86%, 44%)OKLCH
oklch(0.447 0.247 288)CMYK
cmyk(57%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510EBC
2#480DA7
3#3F0B92
4#36097D
5#2D0868
6#240653
7#1B053F
8#12032A
9#090215
Tints
Lighter variations
1#6512EB
2#762BEF
3#8745F1
4#9860F3
5#A97AF5
6#BA95F7
7#CCAFF9
8#DDCAFB
9#EEE4FD
Tones
Muted variations
1#5C19C7
2#5E23BD
3#602DB4
4#6336AA
5#6540A0
6#674A97
7#69538D
8#6C5D83
9#6E677A
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 #D7C1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B992 #B992F7 | BordersInactive statesPlaceholder text |
| 400 | 9459 #9459F3 | Disabled statesSecondary iconsMuted text |
| 500 | 752A #752AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A10 #5A10D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470C #470CA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3309 #330977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2106 #21064C | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFD;
--indigo-200: #D7C1FA;
--indigo-300: #B992F7;
--indigo-400: #9459F3;
--indigo-500: #752AEF;
--indigo-600: #5A10D1;
--indigo-700: #470CA6;
--indigo-800: #330977;
--indigo-900: #21064C;
--indigo-950: #14042F;
}