Indigo
#4813CD
PurpleColor Codes
All color formats for development
HEX
#4813CDRGB
rgb(72, 19, 205)HSL
hsl(257, 83%, 44%)OKLCH
oklch(0.427 0.244 281.5)CMYK
cmyk(65%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4111B9
2#390FA4
3#320D90
4#2B0B7B
5#240A67
6#1D0852
7#16063E
8#0E0429
9#070215
Tints
Lighter variations
1#5116E7
2#642EEC
3#7748EE
4#8B62F0
5#9E7CF3
6#B196F5
7#C5B1F8
8#D8CBFA
9#ECE5FD
Tones
Muted variations
1#4C1CC4
2#5026BB
3#542FB1
4#5838A8
5#5C429F
6#604B95
7#64548C
8#685E83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF94 #AF94F5 | BordersInactive statesPlaceholder text |
| 400 | 865C #865CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 632D #632DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4813 #4813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390F #390FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290B #290B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2F9;
--indigo-300: #AF94F5;
--indigo-400: #865CF0;
--indigo-500: #632DEB;
--indigo-600: #4813CD;
--indigo-700: #390FA3;
--indigo-800: #290B75;
--indigo-900: #1A074B;
--indigo-950: #10042F;
}