Indigo
#430EA4
PurpleColor Codes
All color formats for development
HEX
#430EA4RGB
rgb(67, 14, 164)HSL
hsl(261, 84%, 35%)OKLCH
oklch(0.373 0.205 286.8)CMYK
cmyk(59%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0D94
2#350B83
3#2F0A73
4#280963
5#210752
6#1B0642
7#140431
8#0D0321
9#070110
Tints
Lighter variations
1#4F11C3
2#5C14E1
3#6E2AEC
4#8248EF
5#9767F2
6#AC85F4
7#C1A4F7
8#D5C2FA
9#EAE1FC
Tones
Muted variations
1#45169D
2#471D95
3#4A258E
4#4C2C86
5#4E347F
6#503B77
7#534370
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 | B693 #B693F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5B #8F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2C #6F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5412 #5412CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430E #430EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300A #300A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | 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: #B693F6;
--indigo-400: #8F5BF1;
--indigo-500: #6F2CED;
--indigo-600: #5412CE;
--indigo-700: #430EA4;
--indigo-800: #300A75;
--indigo-900: #1F074B;
--indigo-950: #13042F;
}