Indigo
#5E02DE
PurpleColor Codes
All color formats for development
HEX
#5E02DERGB
rgb(94, 2, 222)HSL
hsl(265, 98%, 44%)OKLCH
oklch(0.461 0.263 287.7)CMYK
cmyk(58%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5402C8
2#4B02B2
3#42029C
4#380185
5#2F016F
6#260159
7#1C0143
8#13002C
9#090016
Tints
Lighter variations
1#6A03FA
2#7A1DFD
3#8B39FD
4#9B55FD
5#AC72FE
6#BD8EFE
7#CDAAFE
8#DEC6FE
9#EEE3FF
Tones
Muted variations
1#600DD3
2#6218C8
3#6323BD
4#652EB2
5#6739A7
6#69449C
7#6B4F91
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 #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFE | BordersInactive statesPlaceholder text |
| 400 | 974E #974EFD | Disabled statesSecondary iconsMuted text |
| 500 | 7A1C #7A1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E02 #5E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B02 #4B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3501 #35017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220151 | 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: #EADCFF;
--indigo-200: #D8BDFE;
--indigo-300: #BB8BFE;
--indigo-400: #974EFD;
--indigo-500: #7A1CFD;
--indigo-600: #5E02DE;
--indigo-700: #4B02B1;
--indigo-800: #35017E;
--indigo-900: #220151;
--indigo-950: #150132;
}