Indigo
#4513CD
PurpleColor Codes
All color formats for development
HEX
#4513CDRGB
rgb(69, 19, 205)HSL
hsl(256, 83%, 44%)OKLCH
oklch(0.425 0.245 280.3)CMYK
cmyk(66%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E11B9
2#370FA4
3#300D90
4#290B7B
5#220A67
6#1B0852
7#15063E
8#0E0429
9#070215
Tints
Lighter variations
1#4D16E7
2#612EEC
3#7448EE
4#8862F0
5#9C7CF3
6#B096F5
7#C4B1F8
8#D7CBFA
9#EBE5FD
Tones
Muted variations
1#491CC4
2#4D26BB
3#522FB1
4#5638A8
5#5A429F
6#5F4B95
7#63548C
8#685E83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | 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: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D1C2F9;
--indigo-300: #AE94F5;
--indigo-400: #835CF0;
--indigo-500: #602DEB;
--indigo-600: #4513CD;
--indigo-700: #370FA3;
--indigo-800: #270B75;
--indigo-900: #19074B;
--indigo-950: #10042F;
}