Indigo
#390E71
PurpleColor Codes
All color formats for development
HEX
#390E71RGB
rgb(57, 14, 113)HSL
hsl(266, 78%, 25%)OKLCH
oklch(0.307 0.151 295.2)CMYK
cmyk(50%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330D66
2#2E0B5B
3#280A4F
4#220844
5#1D0739
6#17062D
7#110422
8#0B0317
9#06010B
Tints
Lighter variations
1#4A1294
2#5B16B6
3#6D1BD8
4#8033E6
5#9555EA
6#AB77EE
7#C099F2
8#D5BBF7
9#EADDFB
Tones
Muted variations
1#3A136D
2#3A1868
3#3B1D63
4#3C225E
5#3C2759
6#3D2C54
7#3E314F
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 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC4F8;
--indigo-300: #BE97F2;
--indigo-400: #9C60EB;
--indigo-500: #8033E6;
--indigo-600: #6519C8;
--indigo-700: #50149F;
--indigo-800: #390E71;
--indigo-900: #250949;
--indigo-950: #17062D;
}