Indigo
#480EA4
PurpleColor Codes
All color formats for development
HEX
#480EA4RGB
rgb(72, 14, 164)HSL
hsl(263, 84%, 35%)OKLCH
oklch(0.379 0.205 289.3)CMYK
cmyk(56%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410D94
2#390B83
3#320A73
4#2B0963
5#240752
6#1D0642
7#160431
8#0E0321
9#070110
Tints
Lighter variations
1#5511C3
2#6214E1
3#742AEC
4#8848EF
5#9C67F2
6#B085F4
7#C4A4F7
8#D7C2FA
9#EBE1FC
Tones
Muted variations
1#4A169D
2#4B1D95
3#4D258E
4#4F2C86
5#51347F
6#523B77
7#544370
8#564A68
9#585261
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 | B993 #B993F6 | BordersInactive statesPlaceholder text |
| 400 | 945B #945BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 762C #762CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A12 #5A12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480E #480EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330A #330A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2107 #21074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | 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: #B993F6;
--indigo-400: #945BF1;
--indigo-500: #762CED;
--indigo-600: #5A12CE;
--indigo-700: #480EA4;
--indigo-800: #330A75;
--indigo-900: #21074B;
--indigo-950: #15042F;
}