Indigo
#2E047B
PurpleColor Codes
All color formats for development
HEX
#2E047BRGB
rgb(46, 4, 123)HSL
hsl(261, 94%, 25%)OKLCH
oklch(0.298 0.169 285.6)CMYK
cmyk(63%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29036F
2#250363
3#200357
4#1B024A
5#17023E
6#120231
7#0E0125
8#090119
9#05000C
Tints
Lighter variations
1#3C05A1
2#4906C6
3#5707EB
4#6C20F8
5#8445F9
6#9D6BFA
7#B590FC
8#CEB5FD
9#E6DAFE
Tones
Muted variations
1#300A76
2#311070
3#33166A
4#351C64
5#37225E
6#392858
7#3A2E52
8#3C344C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48D #B48DFB | BordersInactive statesPlaceholder text |
| 400 | 8D52 #8D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6C20 #6C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5107 #5107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4005 #4005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D02 #1D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DCFE;
--indigo-200: #D5BFFD;
--indigo-300: #B48DFB;
--indigo-400: #8D52FA;
--indigo-500: #6C20F8;
--indigo-600: #5107DA;
--indigo-700: #4005AD;
--indigo-800: #2E047C;
--indigo-900: #1D024F;
--indigo-950: #120231;
}