Indigo
#4A199A
PurpleColor Codes
All color formats for development
HEX
#4A199ARGB
rgb(74, 25, 154)HSL
hsl(263, 72%, 35%)OKLCH
oklch(0.378 0.187 291.8)CMYK
cmyk(52%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43168A
2#3B147B
3#34116B
4#2D0F5C
5#250C4D
6#1E0A3D
7#16072E
8#0F051F
9#07020F
Tints
Lighter variations
1#581EB6
2#6622D3
3#7737DF
4#8B54E3
5#9E70E8
6#B28DEC
7#C5A9F1
8#D8C6F6
9#ECE2FA
Tones
Muted variations
1#4C1F93
2#4D268D
3#4F2C86
4#503380
5#523979
6#534073
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 #9765E6 | Disabled statesSecondary iconsMuted text |
| 500 | 793A #793ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1F #5D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A19 #4A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3512 #35126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B46 | 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: #9765E6;
--indigo-500: #793ADF;
--indigo-600: #5D1FC1;
--indigo-700: #4A199A;
--indigo-800: #35126E;
--indigo-900: #220B46;
--indigo-950: #15072C;
}