Indigo
#400EA4
PurpleColor Codes
All color formats for development
HEX
#400EA4RGB
rgb(64, 14, 164)HSL
hsl(260, 84%, 35%)OKLCH
oklch(0.37 0.205 285.3)CMYK
cmyk(61%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0D94
2#330B83
3#2D0A73
4#270963
5#200752
6#1A0642
7#130431
8#0D0321
9#060110
Tints
Lighter variations
1#4C11C3
2#5814E1
3#6A2AEC
4#8048EF
5#9567F2
6#AA85F4
7#BFA4F7
8#D5C2FA
9#EAE1FC
Tones
Muted variations
1#43169D
2#451D95
3#48258E
4#4A2C86
5#4D347F
6#4F3B77
7#524370
8#544A68
9#575261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B493 #B493F6 | BordersInactive statesPlaceholder text |
| 400 | 8D5B #8D5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6C2C #6C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5112 #5112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 400E #400EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0A #2E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D07 #1D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D5C2FA;
--indigo-300: #B493F6;
--indigo-400: #8D5BF1;
--indigo-500: #6C2CED;
--indigo-600: #5112CE;
--indigo-700: #400EA4;
--indigo-800: #2E0A75;
--indigo-900: #1D074B;
--indigo-950: #12042F;
}