Indigo
#3C017E
PurpleColor Codes
All color formats for development
HEX
#3C017ERGB
rgb(60, 1, 126)HSL
hsl(268, 98%, 25%)OKLCH
oklch(0.315 0.173 293.9)CMYK
cmyk(52%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360172
2#300165
3#2A0158
4#24014C
5#1E013F
6#180132
7#120026
8#0C0019
9#06000D
Tints
Lighter variations
1#4D02A4
2#5F02CA
3#7102F0
4#851CFD
5#9942FD
6#AE68FD
7#C28DFE
8#D6B3FE
9#EBD9FF
Tones
Muted variations
1#3C0878
2#3C0E72
3#3D146B
4#3D1A65
5#3E215F
6#3E2759
7#3F2D52
8#3F334C
9#3F3A46
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;
}