Indigo
#5411D0
PurpleColor Codes
All color formats for development
HEX
#5411D0RGB
rgb(84, 17, 208)HSL
hsl(261, 85%, 44%)OKLCH
oklch(0.441 0.246 285.8)CMYK
cmyk(60%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B0FBB
2#430DA6
3#3B0C91
4#320A7D
5#2A0868
6#210753
7#19053E
8#11032A
9#080215
Tints
Lighter variations
1#5E13EA
2#702CEE
3#8246F0
4#9360F2
5#A57BF4
6#B795F6
7#C9B0F9
8#DBCAFB
9#EDE5FD
Tones
Muted variations
1#561AC6
2#5924BC
3#5C2DB3
4#5F37A9
5#6241A0
6#654A96
7#68548D
8#6A5D83
9#6D677A
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 | B592 #B592F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5A #8F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2B #6F2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5411 #5411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420D #420DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0A #2F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E06 #1E064B | 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: #B592F6;
--indigo-400: #8F5AF2;
--indigo-500: #6F2BEE;
--indigo-600: #5411D0;
--indigo-700: #420DA5;
--indigo-800: #2F0A76;
--indigo-900: #1E064B;
--indigo-950: #13042F;
}