Indigo
#3602B1
PurpleColor Codes
All color formats for development
HEX
#3602B1RGB
rgb(54, 2, 177)HSL
hsl(258, 98%, 35%)OKLCH
oklch(0.371 0.225 278.9)CMYK
cmyk(69%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31029F
2#2B018D
3#26017C
4#21016A
5#1B0158
6#160147
7#100135
8#0B0023
9#050012
Tints
Lighter variations
1#4002D2
2#4A02F2
3#5D19FD
4#753AFD
5#8C5BFD
6#A37CFE
7#BA9DFE
8#D1BDFE
9#E8DEFF
Tones
Muted variations
1#3A0BA8
2#3D139F
3#411C96
4#44258E
5#482E85
6#4B367C
7#4F3F73
8#52486B
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFF;
--indigo-200: #D1BDFE;
--indigo-300: #AD8BFE;
--indigo-400: #834EFD;
--indigo-500: #5F1CFD;
--indigo-600: #4402DE;
--indigo-700: #3602B1;
--indigo-800: #27017E;
--indigo-900: #190151;
--indigo-950: #100132;
}