Indigo
#3703B0
PurpleColor Codes
All color formats for development
HEX
#3703B0RGB
rgb(55, 3, 176)HSL
hsl(258, 97%, 35%)OKLCH
oklch(0.371 0.223 279.4)CMYK
cmyk(69%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31029E
2#2C028D
3#26027B
4#210269
5#1B0158
6#160146
7#100135
8#0B0123
9#050012
Tints
Lighter variations
1#4103D0
2#4B04F1
3#5E1AFC
4#753BFC
5#8C5CFD
6#A37CFD
7#BA9DFE
8#D1BEFE
9#E8DEFF
Tones
Muted variations
1#3A0BA7
2#3E149F
3#411D96
4#44258D
5#482E85
6#4B377C
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 #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8B #AE8BFD | BordersInactive statesPlaceholder text |
| 400 | 834F #834FFC | Disabled statesSecondary iconsMuted text |
| 500 | 601D #601DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4503 #4503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3703 #3703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2702 #27027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190150 | 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: #E6DCFE;
--indigo-200: #D1BEFE;
--indigo-300: #AE8BFD;
--indigo-400: #834FFC;
--indigo-500: #601DFC;
--indigo-600: #4503DD;
--indigo-700: #3703B0;
--indigo-800: #27027E;
--indigo-900: #190150;
--indigo-950: #100132;
}