Indigo
#5E03DD
PurpleColor Codes
All color formats for development
HEX
#5E03DDRGB
rgb(94, 3, 221)HSL
hsl(265, 97%, 44%)OKLCH
oklch(0.46 0.262 287.8)CMYK
cmyk(57%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5503C7
2#4B03B1
3#42029B
4#380285
5#2F026F
6#260158
7#1C0142
8#13012C
9#090016
Tints
Lighter variations
1#6A04F9
2#7A1EFC
3#8B3AFC
4#9B56FC
5#AC72FD
6#BD8EFD
7#CDABFE
8#DEC7FE
9#EEE3FF
Tones
Muted variations
1#600ED2
2#6219C7
3#6424BC
4#652FB2
5#673AA7
6#69459C
7#6B5091
8#6D5A86
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BEFE;
--indigo-300: #BB8BFD;
--indigo-400: #974FFC;
--indigo-500: #7A1DFC;
--indigo-600: #5E03DD;
--indigo-700: #4B03B0;
--indigo-800: #35027E;
--indigo-900: #220150;
--indigo-950: #150132;
}