Indigo
#52017E
PurpleColor Codes
All color formats for development
HEX
#52017ERGB
rgb(82, 1, 126)HSL
hsl(279, 98%, 25%)OKLCH
oklch(0.346 0.177 307.1)CMYK
cmyk(35%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0172
2#420165
3#3A0158
4#31014C
5#29013F
6#210132
7#190026
8#100019
9#08000D
Tints
Lighter variations
1#6B02A4
2#8402CA
3#9D02F0
4#AE1CFD
5#BB42FD
6#C968FD
7#D68DFE
8#E4B3FE
9#F1D9FF
Tones
Muted variations
1#510878
2#4F0E72
3#4D146B
4#4B1A65
5#49215F
6#472759
7#452D52
8#43334C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D68B #D68BFE | BordersInactive statesPlaceholder text |
| 400 | C04E #C04EFD | Disabled statesSecondary iconsMuted text |
| 500 | AE1C #AE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9102 #9102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7302 #7302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5201 #52017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350151 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFF;
--indigo-200: #E8BDFE;
--indigo-300: #D68BFE;
--indigo-400: #C04EFD;
--indigo-500: #AE1CFD;
--indigo-600: #9102DE;
--indigo-700: #7302B1;
--indigo-800: #52017E;
--indigo-900: #350151;
--indigo-950: #210132;
}