Indigo
#4A189A
PurpleColor Codes
All color formats for development
HEX
#4A189ARGB
rgb(74, 24, 154)HSL
hsl(263, 73%, 35%)OKLCH
oklch(0.378 0.188 291.9)CMYK
cmyk(52%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43168B
2#3B137C
3#34116C
4#2C0E5D
5#250C4D
6#1E0A3E
7#16072E
8#0F051F
9#07020F
Tints
Lighter variations
1#581DB7
2#6621D4
3#7736E0
4#8B53E4
5#9E70E9
6#B18CED
7#C5A9F2
8#D8C6F6
9#ECE2FB
Tones
Muted variations
1#4C1F94
2#4D258D
3#4F2C87
4#503280
5#52397A
6#533F73
7#55466D
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 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | 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: #D8C6F6;
--indigo-300: #BA9AEF;
--indigo-400: #9765E7;
--indigo-500: #7938E0;
--indigo-600: #5D1EC2;
--indigo-700: #4A189A;
--indigo-800: #35116E;
--indigo-900: #220B47;
--indigo-950: #15072C;
}