Indigo
#55017E
PurpleColor Codes
All color formats for development
HEX
#55017ERGB
rgb(85, 1, 126)HSL
hsl(280, 98%, 25%)OKLCH
oklch(0.35 0.177 308.8)CMYK
cmyk(33%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0172
2#440165
3#3B0158
4#33014C
5#2A013F
6#220132
7#190026
8#110019
9#08000D
Tints
Lighter variations
1#6E02A4
2#8702CA
3#A102F0
4#B21CFD
5#BF42FD
6#CB68FD
7#D88DFE
8#E5B3FE
9#F2D9FF
Tones
Muted variations
1#520878
2#500E72
3#4E146B
4#4C1A65
5#4A215F
6#482759
7#462D52
8#44334C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D88B #D88BFE | BordersInactive statesPlaceholder text |
| 400 | C34E #C34EFD | Disabled statesSecondary iconsMuted text |
| 500 | B21C #B21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9502 #9502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7602 #7602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5501 #55017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360151 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFF;
--indigo-200: #E9BDFE;
--indigo-300: #D88BFE;
--indigo-400: #C34EFD;
--indigo-500: #B21CFD;
--indigo-600: #9502DE;
--indigo-700: #7602B1;
--indigo-800: #55017E;
--indigo-900: #360151;
--indigo-950: #220132;
}