Indigo
#520DA5
PurpleColor Codes
All color formats for development
HEX
#520DA5RGB
rgb(82, 13, 165)HSL
hsl(267, 85%, 35%)OKLCH
oklch(0.391 0.206 294.1)CMYK
cmyk(50%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490C95
2#410B84
3#390974
4#310863
5#290753
6#210542
7#180432
8#100321
9#080111
Tints
Lighter variations
1#6110C4
2#7012E2
3#8128EE
4#9347F0
5#A566F3
6#B784F5
7#C9A3F8
8#DBC2FA
9#EDE0FD
Tones
Muted variations
1#52159E
2#531D96
3#54248E
4#552C87
5#55337F
6#563B78
7#574270
8#584A68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF92 #BF92F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5A #9E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 822B #822BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6711 #6711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520D #520DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2506 #25064B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DBC2FA;
--indigo-300: #BF92F6;
--indigo-400: #9E5AF2;
--indigo-500: #822BEE;
--indigo-600: #6711D0;
--indigo-700: #520DA5;
--indigo-800: #3A0A76;
--indigo-900: #25064B;
--indigo-950: #17042F;
}