Indigo
#4A017E
PurpleColor Codes
All color formats for development
HEX
#4A017ERGB
rgb(74, 1, 126)HSL
hsl(275, 98%, 25%)OKLCH
oklch(0.334 0.175 302.5)CMYK
cmyk(41%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430172
2#3B0165
3#340158
4#2C014C
5#25013F
6#1E0132
7#160026
8#0F0019
9#07000D
Tints
Lighter variations
1#6002A4
2#7702CA
3#8D02F0
4#9F1CFD
5#AF42FD
6#BF68FD
7#CF8DFE
8#DFB3FE
9#EFD9FF
Tones
Muted variations
1#490878
2#480E72
3#47146B
4#461A65
5#45215F
6#442759
7#432D52
8#42334C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFE | BordersInactive statesPlaceholder text |
| 400 | B44E #B44EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9F1C #9F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8302 #8302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6802 #6802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A01 #4A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F0DCFF;
--indigo-200: #E3BDFE;
--indigo-300: #CE8BFE;
--indigo-400: #B44EFD;
--indigo-500: #9F1CFD;
--indigo-600: #8302DE;
--indigo-700: #6802B1;
--indigo-800: #4A017E;
--indigo-900: #2F0151;
--indigo-950: #1E0132;
}