Indigo
#2E03B0
PurpleColor Codes
All color formats for development
HEX
#2E03B0RGB
rgb(46, 3, 176)HSL
hsl(255, 97%, 35%)OKLCH
oklch(0.364 0.225 275.7)CMYK
cmyk(74%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29029E
2#25028D
3#20027B
4#1C0269
5#170158
6#120146
7#0E0135
8#090123
9#050012
Tints
Lighter variations
1#3603D0
2#3F04F1
3#531AFC
4#6B3BFC
5#845CFD
6#9D7CFD
7#B59DFE
8#CEBEFE
9#E6DEFF
Tones
Muted variations
1#320BA7
2#37149F
3#3B1D96
4#3F258D
5#442E85
6#48377C
7#4C3F73
8#51486B
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFD | BordersInactive statesPlaceholder text |
| 400 | 7A4F #7A4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 551D #551DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A03 #3A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E03 #2E03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2102 #21027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150150 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E4DCFE;
--indigo-200: #CEBEFE;
--indigo-300: #A88BFD;
--indigo-400: #7A4FFC;
--indigo-500: #551DFC;
--indigo-600: #3A03DD;
--indigo-700: #2E03B0;
--indigo-800: #21027E;
--indigo-900: #150150;
--indigo-950: #0D0132;
}