Indigo
#4C017E
PurpleColor Codes
All color formats for development
HEX
#4C017ERGB
rgb(76, 1, 126)HSL
hsl(276, 98%, 25%)OKLCH
oklch(0.337 0.175 303.7)CMYK
cmyk(40%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450172
2#3D0165
3#350158
4#2E014C
5#26013F
6#1E0132
7#170026
8#0F0019
9#08000D
Tints
Lighter variations
1#6302A4
2#7A02CA
3#9102F0
4#A31CFD
5#B242FD
6#C168FD
7#D18DFE
8#E0B3FE
9#F0D9FF
Tones
Muted variations
1#4B0878
2#4A0E72
3#48146B
4#471A65
5#46215F
6#452759
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 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BD #E4BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFE | BordersInactive statesPlaceholder text |
| 400 | B74E #B74EFD | Disabled statesSecondary iconsMuted text |
| 500 | A31C #A31CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8602 #8602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B02 #6B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C01 #4C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310151 | 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: #F1DCFF;
--indigo-200: #E4BDFE;
--indigo-300: #D08BFE;
--indigo-400: #B74EFD;
--indigo-500: #A31CFD;
--indigo-600: #8602DE;
--indigo-700: #6B02B1;
--indigo-800: #4C017E;
--indigo-900: #310151;
--indigo-950: #1E0132;
}