Indigo
#5E00E0
PurpleColor Codes
All color formats for development
HEX
#5E00E0RGB
rgb(94, 0, 224)HSL
hsl(265, 100%, 44%)OKLCH
oklch(0.462 0.266 287.4)CMYK
cmyk(58%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5400CA
2#4B00B4
3#41009D
4#380087
5#2F0070
6#25005A
7#1C0043
8#13002D
9#090016
Tints
Lighter variations
1#6900FD
2#7A1BFF
3#8A37FF
4#9B54FF
5#AC70FF
6#BC8DFF
7#CDA9FF
8#DEC6FF
9#EEE2FF
Tones
Muted variations
1#5F0BD5
2#6116CA
3#6322BF
4#652DB4
5#6738A8
6#69439D
7#6B4F92
8#6C5A87
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADBFF;
--indigo-200: #D8BDFF;
--indigo-300: #BB8AFF;
--indigo-400: #974DFF;
--indigo-500: #791AFF;
--indigo-600: #5E00E0;
--indigo-700: #4A00B3;
--indigo-800: #350080;
--indigo-900: #220052;
--indigo-950: #150033;
}