Indigo
#4A169C
PurpleColor Codes
All color formats for development
HEX
#4A169CRGB
rgb(74, 22, 156)HSL
hsl(263, 75%, 35%)OKLCH
oklch(0.378 0.192 291.6)CMYK
cmyk(53%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42148D
2#3B127D
3#34106D
4#2C0D5E
5#250B4E
6#1D093E
7#16072F
8#0F041F
9#070210
Tints
Lighter variations
1#571AB9
2#651FD6
3#7734E2
4#8A51E6
5#9E6EEA
6#B18BEE
7#C5A8F3
8#D8C5F7
9#ECE2FB
Tones
Muted variations
1#4B1D95
2#4D248F
3#4E2A88
4#503181
5#51387B
6#533E74
7#55456D
8#564C67
9#585360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D8C5F7;
--indigo-300: #BA98F0;
--indigo-400: #9663E9;
--indigo-500: #7836E2;
--indigo-600: #5D1CC4;
--indigo-700: #4A169C;
--indigo-800: #351070;
--indigo-900: #220A47;
--indigo-950: #15062D;
}