Indigo
#5808D9
PurpleColor Codes
All color formats for development
HEX
#5808D9RGB
rgb(88, 8, 217)HSL
hsl(263, 93%, 44%)OKLCH
oklch(0.451 0.258 286.1)CMYK
cmyk(59%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F07C3
2#4606AD
3#3D0598
4#350582
5#2C046C
6#230357
7#1A0241
8#12022B
9#090116
Tints
Lighter variations
1#6309F4
2#7423F7
3#853EF8
4#975AF9
5#A875FA
6#B991FB
7#CBACFC
8#DCC8FD
9#EEE3FE
Tones
Muted variations
1#5A12CE
2#5D1DC4
3#5F27B9
4#6232AF
5#643CA4
6#66469A
7#695190
8#6B5B85
9#6E667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFB | BordersInactive statesPlaceholder text |
| 400 | 9253 #9253F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7322 #7322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5808 #5808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4606 #4606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034F | 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: #F6F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D7BFFD;
--indigo-300: #B88EFB;
--indigo-400: #9253F9;
--indigo-500: #7322F7;
--indigo-600: #5808D9;
--indigo-700: #4606AC;
--indigo-800: #32047B;
--indigo-900: #20034F;
--indigo-950: #140231;
}