Indigo
#480E71
PurpleColor Codes
All color formats for development
HEX
#480E71RGB
rgb(72, 14, 113)HSL
hsl(275, 78%, 25%)OKLCH
oklch(0.327 0.153 305.3)CMYK
cmyk(36%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#410D66
2#3A0B5B
3#320A4F
4#2B0844
5#240739
6#1D062D
7#160422
8#0E0317
9#07010B
Tints
Lighter variations
1#5E1294
2#7316B6
3#891BD8
4#9B33E6
5#AC55EA
6#BC77EE
7#CD99F2
8#DEBBF7
9#EEDDFB
Tones
Muted variations
1#47136D
2#461868
3#461D63
4#45225E
5#442759
6#432C54
7#42314F
8#41364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC97 #CC97F2 | BordersInactive statesPlaceholder text |
| 400 | B160 #B160EB | Disabled statesSecondary iconsMuted text |
| 500 | 9B33 #9B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F19 #7F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6514 #65149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480E #480E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EFDFFB;
--indigo-200: #E2C4F8;
--indigo-300: #CC97F2;
--indigo-400: #B160EB;
--indigo-500: #9B33E6;
--indigo-600: #7F19C8;
--indigo-700: #65149F;
--indigo-800: #480E71;
--indigo-900: #2E0949;
--indigo-950: #1D062D;
}