Indigo
#5302B1
PurpleColor Codes
All color formats for development
HEX
#5302B1RGB
rgb(83, 2, 177)HSL
hsl(268, 98%, 35%)OKLCH
oklch(0.4 0.222 292.1)CMYK
cmyk(53%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B029F
2#43018D
3#3A017C
4#32016A
5#2A0158
6#210147
7#190135
8#110023
9#080012
Tints
Lighter variations
1#6302D2
2#7202F2
3#8319FD
4#953AFD
5#A75BFD
6#B87CFE
7#CA9DFE
8#DCBDFE
9#EDDEFF
Tones
Muted variations
1#540BA8
2#55139F
3#551C96
4#56258E
5#562E85
6#57367C
7#583F73
8#58486B
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18B #C18BFE | BordersInactive statesPlaceholder text |
| 400 | A04E #A04EFD | Disabled statesSecondary iconsMuted text |
| 500 | 851C #851CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6902 #6902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5302 #5302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C01 #3C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2601 #260151 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #ECDCFF;
--indigo-200: #DCBDFE;
--indigo-300: #C18BFE;
--indigo-400: #A04EFD;
--indigo-500: #851CFD;
--indigo-600: #6902DE;
--indigo-700: #5302B1;
--indigo-800: #3C017E;
--indigo-900: #260151;
--indigo-950: #180132;
}