Indigo
#4E017E
PurpleColor Codes
All color formats for development
HEX
#4E017ERGB
rgb(78, 1, 126)HSL
hsl(277, 98%, 25%)OKLCH
oklch(0.34 0.176 304.8)CMYK
cmyk(38%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460172
2#3F0165
3#370158
4#2F014C
5#27013F
6#1F0132
7#170026
8#100019
9#08000D
Tints
Lighter variations
1#6602A4
2#7D02CA
3#9502F0
4#A61CFD
5#B542FD
6#C468FD
7#D38DFE
8#E1B3FE
9#F0D9FF
Tones
Muted variations
1#4D0878
2#4B0E72
3#4A146B
4#481A65
5#47215F
6#462759
7#442D52
8#43334C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BD #E5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFE | BordersInactive statesPlaceholder text |
| 400 | BA4E #BA4EFD | Disabled statesSecondary iconsMuted text |
| 500 | A61C #A61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A02 #8A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E02 #6E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E01 #4E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320151 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFF;
--indigo-200: #E5BDFE;
--indigo-300: #D28BFE;
--indigo-400: #BA4EFD;
--indigo-500: #A61CFD;
--indigo-600: #8A02DE;
--indigo-700: #6E02B1;
--indigo-800: #4E017E;
--indigo-900: #320151;
--indigo-950: #1F0132;
}