Indigo
#450EA4
PurpleColor Codes
All color formats for development
HEX
#450EA4RGB
rgb(69, 14, 164)HSL
hsl(262, 84%, 35%)OKLCH
oklch(0.376 0.205 287.8)CMYK
cmyk(58%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0D94
2#370B83
3#300A73
4#2A0963
5#230752
6#1C0642
7#150431
8#0E0321
9#070110
Tints
Lighter variations
1#5211C3
2#5F14E1
3#712AEC
4#8548EF
5#9A67F2
6#AE85F4
7#C2A4F7
8#D6C2FA
9#EBE1FC
Tones
Muted variations
1#47169D
2#491D95
3#4B258E
4#4D2C86
5#4F347F
6#513B77
7#534370
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 | B793 #B793F6 | BordersInactive statesPlaceholder text |
| 400 | 925B #925BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 732C #732CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5712 #5712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450E #450EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | 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: #B793F6;
--indigo-400: #925BF1;
--indigo-500: #732CED;
--indigo-600: #5712CE;
--indigo-700: #450EA4;
--indigo-800: #310A75;
--indigo-900: #20074B;
--indigo-950: #14042F;
}