Indigo
#5E18C9
PurpleColor Codes
All color formats for development
HEX
#5E18C9RGB
rgb(94, 24, 201)HSL
hsl(264, 79%, 44%)OKLCH
oklch(0.447 0.236 290.8)CMYK
cmyk(53%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5515B5
2#4C13A1
3#42108D
4#390E79
5#2F0C64
6#260950
7#1C073C
8#130528
9#090214
Tints
Lighter variations
1#6A1BE2
2#7B33E7
3#8B4CEA
4#9C66ED
5#AC7FF0
6#BD99F3
7#CDB2F6
8#DECCF9
9#EEE5FC
Tones
Muted variations
1#6020C0
2#6229B7
3#6432AE
4#663BA5
5#67449D
6#694D94
7#6B568B
8#6D5E82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB96 #BB96F3 | BordersInactive statesPlaceholder text |
| 400 | 985F #985FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7A32 #7A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E18 #5E18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B13 #4B13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360D #360D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2209 #220949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D9C4F8;
--indigo-300: #BB96F3;
--indigo-400: #985FEC;
--indigo-500: #7A32E7;
--indigo-600: #5E18C9;
--indigo-700: #4B13A0;
--indigo-800: #360D72;
--indigo-900: #220949;
--indigo-950: #15052E;
}