Indigo
#5D017E
PurpleColor Codes
All color formats for development
HEX
#5D017ERGB
rgb(93, 1, 126)HSL
hsl(284, 98%, 25%)OKLCH
oklch(0.362 0.179 313.1)CMYK
cmyk(26%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540172
2#4A0165
3#410158
4#38014C
5#2E013F
6#250132
7#1C0026
8#130019
9#09000D
Tints
Lighter variations
1#7902A4
2#9502CA
3#B102F0
4#C11CFD
5#CB42FD
6#D568FD
7#E08DFE
8#EAB3FE
9#F5D9FF
Tones
Muted variations
1#5A0878
2#570E72
3#54146B
4#511A65
5#4E215F
6#4B2759
7#482D52
8#46334C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFE | BordersInactive statesPlaceholder text |
| 400 | CF4E #CF4EFD | Disabled statesSecondary iconsMuted text |
| 500 | C11C #C11CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A402 #A402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8202 #8202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D01 #5D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F5DCFF;
--indigo-200: #EDBDFE;
--indigo-300: #DF8BFE;
--indigo-400: #CF4EFD;
--indigo-500: #C11CFD;
--indigo-600: #A402DE;
--indigo-700: #8202B1;
--indigo-800: #5D017E;
--indigo-900: #3B0151;
--indigo-950: #250132;
}