Indigo
#3E047B
PurpleColor Codes
All color formats for development
HEX
#3E047BRGB
rgb(62, 4, 123)HSL
hsl(269, 94%, 25%)OKLCH
oklch(0.317 0.169 295.9)CMYK
cmyk(50%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38036F
2#310363
3#2B0357
4#25024A
5#1F023E
6#190231
7#130125
8#0C0119
9#06000C
Tints
Lighter variations
1#5005A1
2#6306C6
3#7507EB
4#8920F8
5#9C45F9
6#B06BFA
7#C490FC
8#D8B5FD
9#EBDAFE
Tones
Muted variations
1#3E0A76
2#3E1070
3#3E166A
4#3F1C64
5#3F225E
6#3F2858
7#3F2E52
8#3F344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C38D #C38DFB | BordersInactive statesPlaceholder text |
| 400 | A352 #A352FA | Disabled statesSecondary iconsMuted text |
| 500 | 8920 #8920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D07 #6D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5605 #5605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E04 #3E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2802 #28024F | 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: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DDBFFD;
--indigo-300: #C38DFB;
--indigo-400: #A352FA;
--indigo-500: #8920F8;
--indigo-600: #6D07DA;
--indigo-700: #5605AD;
--indigo-800: #3E047C;
--indigo-900: #28024F;
--indigo-950: #190231;
}