Indigo
#520FA3
PurpleColor Codes
All color formats for development
HEX
#520FA3RGB
rgb(82, 15, 163)HSL
hsl(267, 83%, 35%)OKLCH
oklch(0.39 0.203 294.5)CMYK
cmyk(50%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0E93
2#410C83
3#390B72
4#310962
5#290852
6#210641
7#190531
8#100321
9#080210
Tints
Lighter variations
1#6112C2
2#7015E0
3#812BEB
4#9349EE
5#A567F1
6#B786F4
7#C9A4F7
8#DBC2F9
9#EDE1FC
Tones
Muted variations
1#53179C
2#531E95
3#54258D
4#552D86
5#56347E
6#563C77
7#57436F
8#584A68
9#595261
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 #DBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF94 #BF94F5 | BordersInactive statesPlaceholder text |
| 400 | 9E5C #9E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 832D #832DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6713 #6713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520F #520FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0B #3A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | 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: #DBC2F9;
--indigo-300: #BF94F5;
--indigo-400: #9E5CF0;
--indigo-500: #832DEB;
--indigo-600: #6713CD;
--indigo-700: #520FA3;
--indigo-800: #3A0B75;
--indigo-900: #25074B;
--indigo-950: #17042F;
}