Indigo
#48057A
PurpleColor Codes
All color formats for development
HEX
#48057ARGB
rgb(72, 5, 122)HSL
hsl(274, 92%, 25%)OKLCH
oklch(0.33 0.168 302.5)CMYK
cmyk(41%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40056E
2#390462
3#320456
4#2B0349
5#24033D
6#1D0231
7#150225
8#0E0118
9#07010C
Tints
Lighter variations
1#5D079F
2#7308C4
3#880AE9
4#9A23F6
5#AB47F7
6#BC6CF9
7#CD91FA
8#DDB6FC
9#EEDAFD
Tones
Muted variations
1#470B75
2#46116F
3#451769
4#441D63
5#44225D
6#432857
7#422E51
8#41344B
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8E #CC8EFA | BordersInactive statesPlaceholder text |
| 400 | B154 #B154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9A23 #9A23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E09 #7E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6407 #6407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4805 #48057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E03 #2E034E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EFDDFE;
--indigo-200: #E2BFFC;
--indigo-300: #CC8EFA;
--indigo-400: #B154F8;
--indigo-500: #9A23F6;
--indigo-600: #7E09D7;
--indigo-700: #6407AB;
--indigo-800: #48057A;
--indigo-900: #2E034E;
--indigo-950: #1D0231;
}