Indigo
#390B74
PurpleColor Codes
All color formats for development
HEX
#390B74RGB
rgb(57, 11, 116)HSL
hsl(266, 83%, 25%)OKLCH
oklch(0.307 0.157 294.5)CMYK
cmyk(51%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330A69
2#2D095D
3#280852
4#220746
5#1C053A
6#17042F
7#110323
8#0B0217
9#06010C
Tints
Lighter variations
1#4A0E98
2#5B11BB
3#6C15DE
4#802DEB
5#9550EF
6#AA73F2
7#BF96F5
8#D5B9F8
9#EADCFC
Tones
Muted variations
1#39106F
2#3A156A
3#3B1B65
4#3C205F
5#3C255A
6#3D2B55
7#3E3050
8#3E354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC2 #DAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F5 | BordersInactive statesPlaceholder text |
| 400 | 9C5C #9C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 802D #802DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6413 #6413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0F #4F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EBDEFC;
--indigo-200: #DAC2F9;
--indigo-300: #BE94F5;
--indigo-400: #9C5CF0;
--indigo-500: #802DEB;
--indigo-600: #6413CD;
--indigo-700: #4F0FA3;
--indigo-800: #390B75;
--indigo-900: #24074B;
--indigo-950: #17042F;
}