Indigo
#4A11D0
PurpleColor Codes
All color formats for development
HEX
#4A11D0RGB
rgb(74, 17, 208)HSL
hsl(258, 85%, 44%)OKLCH
oklch(0.431 0.248 281.9)CMYK
cmyk(64%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430FBB
2#3B0DA6
3#340C91
4#2C0A7D
5#250868
6#1E0753
7#16053E
8#0F032A
9#070215
Tints
Lighter variations
1#5313EA
2#662CEE
3#7946F0
4#8C60F2
5#9F7BF4
6#B295F6
7#C6B0F9
8#D9CAFB
9#ECE5FD
Tones
Muted variations
1#4E1AC6
2#5224BC
3#552DB3
4#5937A9
5#5D41A0
6#614A96
7#65548D
8#695D83
9#6C677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B092 #B092F6 | BordersInactive statesPlaceholder text |
| 400 | 875A #875AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 652B #652BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A11 #4A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0D #3B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B06 #1B064B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D3C2FA;
--indigo-300: #B092F6;
--indigo-400: #875AF2;
--indigo-500: #652BEE;
--indigo-600: #4A11D0;
--indigo-700: #3B0DA5;
--indigo-800: #2A0A76;
--indigo-900: #1B064B;
--indigo-950: #11042F;
}