Indigo
#5807DA
PurpleColor Codes
All color formats for development
HEX
#5807DARGB
rgb(88, 7, 218)HSL
hsl(263, 94%, 44%)OKLCH
oklch(0.452 0.259 286)CMYK
cmyk(60%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F06C4
2#4605AE
3#3D0598
4#350483
5#2C036D
6#230357
7#1A0241
8#12012C
9#090116
Tints
Lighter variations
1#6308F5
2#7421F8
3#853DF9
4#9759FA
5#A874FB
6#B990FC
7#CBACFC
8#DCC8FD
9#EEE3FE
Tones
Muted variations
1#5A11CF
2#5D1CC5
3#5F26BA
4#6131AF
5#643BA5
6#66469A
7#695190
8#6B5B85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D7BFFD;
--indigo-300: #B78DFB;
--indigo-400: #9252FA;
--indigo-500: #7320F8;
--indigo-600: #5807DA;
--indigo-700: #4605AD;
--indigo-800: #32047C;
--indigo-900: #20024F;
--indigo-950: #140231;
}