Indigo
#3E017E
PurpleColor Codes
All color formats for development
HEX
#3E017ERGB
rgb(62, 1, 126)HSL
hsl(269, 98%, 25%)OKLCH
oklch(0.318 0.173 295.2)CMYK
cmyk(51%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380172
2#310165
3#2B0158
4#25014C
5#1F013F
6#190132
7#130026
8#0C0019
9#06000D
Tints
Lighter variations
1#5002A4
2#6302CA
3#7502F0
4#891CFD
5#9C42FD
6#B068FD
7#C48DFE
8#D8B3FE
9#EBD9FF
Tones
Muted variations
1#3E0878
2#3E0E72
3#3E146B
4#3F1A65
5#3F215F
6#3F2759
7#3F2D52
8#3F334C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFE | BordersInactive statesPlaceholder text |
| 400 | A34E #A34EFD | Disabled statesSecondary iconsMuted text |
| 500 | 891C #891CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D02 #6D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5602 #5602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E01 #3E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270151 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFF;
--indigo-200: #DDBDFE;
--indigo-300: #C28BFE;
--indigo-400: #A34EFD;
--indigo-500: #891CFD;
--indigo-600: #6D02DE;
--indigo-700: #5602B1;
--indigo-800: #3E017E;
--indigo-900: #270151;
--indigo-950: #190132;
}