Indigo
#5408D9
PurpleColor Codes
All color formats for development
HEX
#5408D9RGB
rgb(84, 8, 217)HSL
hsl(262, 93%, 44%)OKLCH
oklch(0.447 0.258 284.6)CMYK
cmyk(61%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C07C3
2#4306AD
3#3B0598
4#330582
5#2A046C
6#220357
7#190241
8#11022B
9#080116
Tints
Lighter variations
1#5F09F4
2#7023F7
3#823EF8
4#945AF9
5#A675FA
6#B891FB
7#CAACFC
8#DBC8FD
9#EDE3FE
Tones
Muted variations
1#5712CE
2#5A1DC4
3#5D27B9
4#6032AF
5#623CA4
6#65469A
7#685190
8#6B5B85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFB | BordersInactive statesPlaceholder text |
| 400 | 9053 #9053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7022 #7022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5408 #5408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4306 #4306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034F | 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: #E9DDFE;
--indigo-200: #D6BFFD;
--indigo-300: #B68EFB;
--indigo-400: #9053F9;
--indigo-500: #7022F7;
--indigo-600: #5408D9;
--indigo-700: #4306AC;
--indigo-800: #30047B;
--indigo-900: #1F034F;
--indigo-950: #130231;
}