Indigo
#520878
PurpleColor Codes
All color formats for development
HEX
#520878RGB
rgb(82, 8, 120)HSL
hsl(280, 88%, 25%)OKLCH
oklch(0.344 0.167 309)CMYK
cmyk(32%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A076C
2#420660
3#3A0554
4#310548
5#29043C
6#210330
7#190224
8#100218
9#08010C
Tints
Lighter variations
1#6B0A9C
2#840CC0
3#9D0FE4
4#AE27F1
5#BB4BF4
6#C96FF6
7#D693F8
8#E4B7FA
9#F1DBFD
Tones
Muted variations
1#510D72
2#4F136D
3#4D1867
4#4B1E61
5#49245C
6#472956
7#452F51
8#43354B
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C1 #E8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D691 #D691F8 | BordersInactive statesPlaceholder text |
| 400 | C057 #C057F4 | Disabled statesSecondary iconsMuted text |
| 500 | AE27 #AE27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 910D #910DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 730B #730BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5208 #520878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3505 #35054D | Primary textHigh emphasis contentDark headings |
| 950 | 2103 #210330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F2DDFD;
--indigo-200: #E8C1FB;
--indigo-300: #D691F8;
--indigo-400: #C057F4;
--indigo-500: #AE27F1;
--indigo-600: #910DD3;
--indigo-700: #730BA8;
--indigo-800: #520878;
--indigo-900: #35054D;
--indigo-950: #210330;
}