Indigo
#480DA5
PurpleColor Codes
All color formats for development
HEX
#480DA5RGB
rgb(72, 13, 165)HSL
hsl(263, 85%, 35%)OKLCH
oklch(0.379 0.206 289.1)CMYK
cmyk(56%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400C95
2#390B84
3#320974
4#2B0863
5#240753
6#1D0542
7#150432
8#0E0321
9#070111
Tints
Lighter variations
1#5510C4
2#6212E2
3#7428EE
4#8847F0
5#9C66F3
6#B084F5
7#C3A3F8
8#D7C2FA
9#EBE0FD
Tones
Muted variations
1#49159E
2#4B1D96
3#4D248E
4#4F2C87
5#50337F
6#523B78
7#544270
8#564A68
9#575261
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;
}