Indigo
#44017E
PurpleColor Codes
All color formats for development
HEX
#44017ERGB
rgb(68, 1, 126)HSL
hsl(272, 98%, 25%)OKLCH
oklch(0.326 0.174 298.9)CMYK
cmyk(46%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0172
2#360165
3#300158
4#29014C
5#22013F
6#1B0132
7#140026
8#0E0019
9#07000D
Tints
Lighter variations
1#5802A4
2#6D02CA
3#8102F0
4#941CFD
5#A642FD
6#B768FD
7#C98DFE
8#DBB3FE
9#EDD9FF
Tones
Muted variations
1#430878
2#430E72
3#43146B
4#421A65
5#42215F
6#412759
7#412D52
8#41334C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFE | BordersInactive statesPlaceholder text |
| 400 | AC4E #AC4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 941C #941CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7802 #7802DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F02 #5F02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4401 #44017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFF;
--indigo-200: #E0BDFE;
--indigo-300: #C88BFE;
--indigo-400: #AC4EFD;
--indigo-500: #941CFD;
--indigo-600: #7802DE;
--indigo-700: #5F02B1;
--indigo-800: #44017E;
--indigo-900: #2B0151;
--indigo-950: #1B0132;
}