Indigo
#4A0EA4
PurpleColor Codes
All color formats for development
HEX
#4A0EA4RGB
rgb(74, 14, 164)HSL
hsl(264, 84%, 35%)OKLCH
oklch(0.381 0.205 290.3)CMYK
cmyk(55%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430D94
2#3B0B83
3#340A73
4#2D0963
5#250752
6#1E0642
7#160431
8#0F0321
9#070110
Tints
Lighter variations
1#5811C3
2#6614E1
3#772AEC
4#8B48EF
5#9E67F2
6#B285F4
7#C5A4F7
8#D8C2FA
9#ECE1FC
Tones
Muted variations
1#4C169D
2#4D1D95
3#4F258E
4#502C86
5#52347F
6#533B77
7#554370
8#564A68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA93 #BA93F6 | BordersInactive statesPlaceholder text |
| 400 | 975B #975BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 792C #792CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D12 #5D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0E #4A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADEFC;
--indigo-200: #D8C2FA;
--indigo-300: #BA93F6;
--indigo-400: #975BF1;
--indigo-500: #792CED;
--indigo-600: #5D12CE;
--indigo-700: #4A0EA4;
--indigo-800: #350A75;
--indigo-900: #22074B;
--indigo-950: #15042F;
}