Indigo
#48189A
PurpleColor Codes
All color formats for development
HEX
#48189ARGB
rgb(72, 24, 154)HSL
hsl(262, 73%, 35%)OKLCH
oklch(0.375 0.188 290.9)CMYK
cmyk(53%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41168B
2#3A137C
3#32116C
4#2B0E5D
5#240C4D
6#1D0A3E
7#16072E
8#0E051F
9#07020F
Tints
Lighter variations
1#551DB7
2#6321D4
3#7436E0
4#8853E4
5#9C70E9
6#B08CED
7#C4A9F2
8#D7C6F6
9#EBE2FB
Tones
Muted variations
1#4A1F94
2#4B258D
3#4D2C87
4#4F3280
5#51397A
6#523F73
7#54466D
8#564C66
9#585360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FA;
--indigo-200: #D7C6F6;
--indigo-300: #B99AEF;
--indigo-400: #9465E7;
--indigo-500: #7638E0;
--indigo-600: #5A1EC2;
--indigo-700: #48189A;
--indigo-800: #33116E;
--indigo-900: #210B47;
--indigo-950: #15072C;
}