Indigo
#5A11D0
PurpleColor Codes
All color formats for development
HEX
#5A11D0RGB
rgb(90, 17, 208)HSL
hsl(263, 85%, 44%)OKLCH
oklch(0.447 0.246 288.2)CMYK
cmyk(57%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510FBB
2#480DA6
3#3F0C91
4#360A7D
5#2D0868
6#240753
7#1B053E
8#12032A
9#090215
Tints
Lighter variations
1#6513EA
2#762CEE
3#8746F0
4#9860F2
5#A97BF4
6#BB95F6
7#CCB0F9
8#DDCAFB
9#EEE5FD
Tones
Muted variations
1#5C1AC6
2#5E24BC
3#612DB3
4#6337A9
5#6541A0
6#674A96
7#6A548D
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 #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C2 #D7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B992 #B992F6 | BordersInactive statesPlaceholder text |
| 400 | 945A #945AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 752B #752BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A11 #5A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480D #480DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330A #330A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2106 #21064B | 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: #EADEFC;
--indigo-200: #D7C2FA;
--indigo-300: #B992F6;
--indigo-400: #945AF2;
--indigo-500: #752BEE;
--indigo-600: #5A11D0;
--indigo-700: #480DA5;
--indigo-800: #330A76;
--indigo-900: #21064B;
--indigo-950: #14042F;
}