Indigo
#520AD6
PurpleColor Codes
All color formats for development
HEX
#520AD6RGB
rgb(82, 10, 214)HSL
hsl(261, 91%, 44%)OKLCH
oklch(0.443 0.255 284.2)CMYK
cmyk(62%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4909C1
2#4108AB
3#390796
4#310681
5#29056B
6#210456
7#180340
8#10022B
9#080115
Tints
Lighter variations
1#5C0BF2
2#6E25F5
3#8040F6
4#925BF7
5#A477F9
6#B692FA
7#C8ADFB
8#DBC8FC
9#EDE4FE
Tones
Muted variations
1#5514CC
2#581FC2
3#5B29B8
4#5E33AD
5#613DA3
6#644799
7#67528F
8#6A5C85
9#6D667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B48F #B48FFA | BordersInactive statesPlaceholder text |
| 400 | 8D55 #8D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6D24 #6D24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520A #520AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4108 #4108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E06 #2E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C0FC;
--indigo-300: #B48FFA;
--indigo-400: #8D55F7;
--indigo-500: #6D24F5;
--indigo-600: #520AD6;
--indigo-700: #4108AA;
--indigo-800: #2E067A;
--indigo-900: #1E044E;
--indigo-950: #130231;
}