Indigo
#5407DA
PurpleColor Codes
All color formats for development
HEX
#5407DARGB
rgb(84, 7, 218)HSL
hsl(262, 94%, 44%)OKLCH
oklch(0.448 0.259 284.4)CMYK
cmyk(61%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C06C4
2#4305AE
3#3B0598
4#320483
5#2A036D
6#220357
7#190241
8#11012C
9#080116
Tints
Lighter variations
1#5F08F5
2#7021F8
3#823DF9
4#9459FA
5#A674FB
6#B890FC
7#C9ACFC
8#DBC8FD
9#EDE3FE
Tones
Muted variations
1#5711CF
2#5A1CC5
3#5D26BA
4#5F31AF
5#623BA5
6#65469A
7#685190
8#6B5B85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | 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: #F5F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BFFD;
--indigo-300: #B68DFB;
--indigo-400: #8F52FA;
--indigo-500: #6F20F8;
--indigo-600: #5407DA;
--indigo-700: #4305AD;
--indigo-800: #30047C;
--indigo-900: #1F024F;
--indigo-950: #130231;
}