Indigo
#390D72
PurpleColor Codes
All color formats for development
HEX
#390D72RGB
rgb(57, 13, 114)HSL
hsl(266, 80%, 25%)OKLCH
oklch(0.307 0.153 294.9)CMYK
cmyk(50%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330B67
2#2E0A5C
3#280950
4#220845
5#1C0639
6#17052E
7#110422
8#0B0317
9#06010B
Tints
Lighter variations
1#4A1195
2#5B14B8
3#6C18DA
4#8030E8
5#9553EC
6#AA75F0
7#C098F4
8#D5BAF7
9#EADDFB
Tones
Muted variations
1#3A126E
2#3A1769
3#3B1C63
4#3C215E
5#3C2659
6#3D2B54
7#3E304F
8#3E364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5E #9C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 8030 #8030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6416 #6416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5012 #5012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #240849 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC3F8;
--indigo-300: #BE95F3;
--indigo-400: #9C5EED;
--indigo-500: #8030E8;
--indigo-600: #6416CA;
--indigo-700: #5012A1;
--indigo-800: #390D73;
--indigo-900: #240849;
--indigo-950: #17052E;
}