Indigo
#450DA5
PurpleColor Codes
All color formats for development
HEX
#450DA5RGB
rgb(69, 13, 165)HSL
hsl(262, 85%, 35%)OKLCH
oklch(0.376 0.206 287.6)CMYK
cmyk(58%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0C95
2#370B84
3#300974
4#290863
5#230753
6#1C0542
7#150432
8#0E0321
9#070111
Tints
Lighter variations
1#5210C4
2#5F12E2
3#7128EE
4#8547F0
5#9966F3
6#AE84F5
7#C2A3F8
8#D6C2FA
9#EBE0FD
Tones
Muted variations
1#47159E
2#491D96
3#4B248E
4#4D2C87
5#4F337F
6#513B78
7#534270
8#554A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B792 #B792F6 | BordersInactive statesPlaceholder text |
| 400 | 925A #925AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 722B #722BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5711 #5711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450D #450DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2006 #20064B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D6C2FA;
--indigo-300: #B792F6;
--indigo-400: #925AF2;
--indigo-500: #722BEE;
--indigo-600: #5711D0;
--indigo-700: #450DA5;
--indigo-800: #310A76;
--indigo-900: #20064B;
--indigo-950: #14042F;
}