Indigo
#5A13CD
PurpleColor Codes
All color formats for development
HEX
#5A13CDRGB
rgb(90, 19, 205)HSL
hsl(263, 83%, 44%)OKLCH
oklch(0.444 0.242 288.6)CMYK
cmyk(56%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5111B9
2#480FA4
3#3F0D90
4#360B7B
5#2D0A67
6#240852
7#1B063E
8#120429
9#090215
Tints
Lighter variations
1#6616E7
2#772EEC
3#8848EE
4#9962F0
5#AA7CF3
6#BB96F5
7#CCB1F8
8#DDCBFA
9#EEE5FD
Tones
Muted variations
1#5D1CC4
2#5F26BB
3#612FB1
4#6338A8
5#65429F
6#684B95
7#6A548C
8#6C5E83
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 #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;
}