Indigo
#5B017E
PurpleColor Codes
All color formats for development
HEX
#5B017ERGB
rgb(91, 1, 126)HSL
hsl(283, 98%, 25%)OKLCH
oklch(0.359 0.179 312)CMYK
cmyk(28%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#520172
2#490165
3#400158
4#36014C
5#2D013F
6#240132
7#1B0026
8#120019
9#09000D
Tints
Lighter variations
1#7602A4
2#9102CA
3#AD02F0
4#BD1CFD
5#C842FD
6#D368FD
7#DE8DFE
8#E9B3FE
9#F4D9FF
Tones
Muted variations
1#580878
2#550E72
3#53146B
4#501A65
5#4D215F
6#4B2759
7#482D52
8#45334C
9#423A46
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 | ECBD #ECBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DD8B #DD8BFE | BordersInactive statesPlaceholder text |
| 400 | CC4E #CC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | BD1C #BD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A002 #A002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F02 #7F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B01 #5B017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A01 #3A0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F5DCFF;
--indigo-200: #ECBDFE;
--indigo-300: #DD8BFE;
--indigo-400: #CC4EFD;
--indigo-500: #BD1CFD;
--indigo-600: #A002DE;
--indigo-700: #7F02B1;
--indigo-800: #5B017E;
--indigo-900: #3A0151;
--indigo-950: #240132;
}