Indigo
#5011D0
PurpleColor Codes
All color formats for development
HEX
#5011D0RGB
rgb(80, 17, 208)HSL
hsl(260, 85%, 44%)OKLCH
oklch(0.437 0.247 284.2)CMYK
cmyk(62%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480FBB
2#400DA6
3#380C91
4#300A7D
5#280868
6#200753
7#18053E
8#10032A
9#080215
Tints
Lighter variations
1#5B13EA
2#6C2CEE
3#7F46F0
4#9160F2
5#A37BF4
6#B695F6
7#C8B0F9
8#DACAFB
9#EDE5FD
Tones
Muted variations
1#541AC6
2#5724BC
3#5A2DB3
4#5D37A9
5#6041A0
6#634A96
7#67548D
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 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B492 #B492F6 | BordersInactive statesPlaceholder text |
| 400 | 8C5A #8C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 6C2B #6C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5011 #5011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 400D #400DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0A #2E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D06 #1D064B | 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: #D4C2FA;
--indigo-300: #B492F6;
--indigo-400: #8C5AF2;
--indigo-500: #6C2BEE;
--indigo-600: #5011D0;
--indigo-700: #400DA5;
--indigo-800: #2E0A76;
--indigo-900: #1D064B;
--indigo-950: #12042F;
}