Indigo
#30057A
PurpleColor Codes
All color formats for development
HEX
#30057ARGB
rgb(48, 5, 122)HSL
hsl(262, 92%, 25%)OKLCH
oklch(0.299 0.167 287.1)CMYK
cmyk(61%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B056E
2#260462
3#220456
4#1D0349
5#18033D
6#130231
7#0E0225
8#0A0118
9#05010C
Tints
Lighter variations
1#3F079F
2#4D08C4
3#5B0AE9
4#7023F6
5#8847F7
6#A06CF9
7#B891FA
8#CFB6FC
9#E7DAFD
Tones
Muted variations
1#320B75
2#33116F
3#351769
4#361D63
5#38225D
6#392857
7#3B2E51
8#3D344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D6BFFC;
--indigo-300: #B68EFA;
--indigo-400: #9054F8;
--indigo-500: #7023F6;
--indigo-600: #5509D7;
--indigo-700: #4307AB;
--indigo-800: #30057A;
--indigo-900: #1F034E;
--indigo-950: #130231;
}