Indigo
#420DA5
PurpleColor Codes
All color formats for development
HEX
#420DA5RGB
rgb(66, 13, 165)HSL
hsl(261, 85%, 35%)OKLCH
oklch(0.373 0.207 286.2)CMYK
cmyk(60%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0C95
2#350B84
3#2F0974
4#280863
5#210753
6#1B0542
7#140432
8#0D0321
9#070111
Tints
Lighter variations
1#4F10C4
2#5B12E2
3#6D28EE
4#8247F0
5#9766F3
6#AC84F5
7#C1A3F8
8#D5C2FA
9#EAE0FD
Tones
Muted variations
1#45159E
2#471D96
3#49248E
4#4C2C87
5#4E337F
6#503B78
7#524270
8#554A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B592 #B592F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5A #8F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2B #6F2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5411 #5411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420D #420DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0A #2F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E06 #1E064B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D5C2FA;
--indigo-300: #B592F6;
--indigo-400: #8F5AF2;
--indigo-500: #6F2BEE;
--indigo-600: #5411D0;
--indigo-700: #420DA5;
--indigo-800: #2F0A76;
--indigo-900: #1E064B;
--indigo-950: #13042F;
}