Indigo
#50017E
PurpleColor Codes
All color formats for development
HEX
#50017ERGB
rgb(80, 1, 126)HSL
hsl(278, 98%, 25%)OKLCH
oklch(0.343 0.176 306)CMYK
cmyk(37%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480172
2#400165
3#380158
4#30014C
5#28013F
6#200132
7#180026
8#100019
9#08000D
Tints
Lighter variations
1#6902A4
2#8102CA
3#9902F0
4#AA1CFD
5#B842FD
6#C668FD
7#D58DFE
8#E3B3FE
9#F1D9FF
Tones
Muted variations
1#4F0878
2#4D0E72
3#4B146B
4#4A1A65
5#48215F
6#462759
7#452D52
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 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFE | BordersInactive statesPlaceholder text |
| 400 | BD4E #BD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | AA1C #AA1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E02 #8E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7102 #7102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5001 #50017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330151 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F2DCFF;
--indigo-200: #E7BDFE;
--indigo-300: #D48BFE;
--indigo-400: #BD4EFD;
--indigo-500: #AA1CFD;
--indigo-600: #8E02DE;
--indigo-700: #7102B1;
--indigo-800: #50017E;
--indigo-900: #330151;
--indigo-950: #200132;
}