Indigo
#3E057A
PurpleColor Codes
All color formats for development
HEX
#3E057ARGB
rgb(62, 5, 122)HSL
hsl(269, 92%, 25%)OKLCH
oklch(0.316 0.167 296.2)CMYK
cmyk(49%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38056E
2#310462
3#2B0456
4#250349
5#1F033D
6#190231
7#130225
8#0C0118
9#06010C
Tints
Lighter variations
1#50079F
2#6308C4
3#750AE9
4#8923F6
5#9C47F7
6#B06CF9
7#C491FA
8#D8B6FC
9#EBDAFD
Tones
Muted variations
1#3E0B75
2#3E116F
3#3E1769
4#3F1D63
5#3F225D
6#3F2857
7#3F2E51
8#3F344B
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DDBFFC;
--indigo-300: #C38EFA;
--indigo-400: #A354F8;
--indigo-500: #8923F6;
--indigo-600: #6D09D7;
--indigo-700: #5707AB;
--indigo-800: #3E057A;
--indigo-900: #28034E;
--indigo-950: #190231;
}