Indigo
#480FA3
PurpleColor Codes
All color formats for development
HEX
#480FA3RGB
rgb(72, 15, 163)HSL
hsl(263, 83%, 35%)OKLCH
oklch(0.378 0.203 289.5)CMYK
cmyk(56%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410E93
2#3A0C83
3#320B72
4#2B0962
5#240852
6#1D0641
7#160531
8#0E0321
9#070210
Tints
Lighter variations
1#5512C2
2#6315E0
3#752BEB
4#8849EE
5#9C67F1
6#B086F4
7#C4A4F7
8#D7C2F9
9#EBE1FC
Tones
Muted variations
1#4A179C
2#4B1E95
3#4D258D
4#4F2D86
5#51347E
6#523C77
7#54436F
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 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B994 #B994F5 | BordersInactive statesPlaceholder text |
| 400 | 945C #945CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 762D #762DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A13 #5A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 480F #480FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330B #330B75 | 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: #D7C2F9;
--indigo-300: #B994F5;
--indigo-400: #945CF0;
--indigo-500: #762DEB;
--indigo-600: #5A13CD;
--indigo-700: #480FA3;
--indigo-800: #330B75;
--indigo-900: #21074B;
--indigo-950: #15042F;
}