Indigo
#5405AD
PurpleColor Codes
All color formats for development
HEX
#5405ADRGB
rgb(84, 5, 173)HSL
hsl(268, 94%, 35%)OKLCH
oklch(0.398 0.217 293.4)CMYK
cmyk(51%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B059C
2#43048B
3#3B0479
4#320368
5#2A0357
6#210245
7#190234
8#110123
9#080111
Tints
Lighter variations
1#6306CD
2#7307ED
3#841EF8
4#953EF9
5#A75EFA
6#B97EFB
7#CA9FFC
8#DCBFFD
9#EDDFFE
Tones
Muted variations
1#540EA5
2#55169C
3#551F94
4#56278C
5#562F83
6#57387B
7#584072
8#58486A
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFB | BordersInactive statesPlaceholder text |
| 400 | A052 #A052FA | Disabled statesSecondary iconsMuted text |
| 500 | 8520 #8520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6907 #6907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5405 #5405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #26024F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #ECDCFE;
--indigo-200: #DCBFFD;
--indigo-300: #C18DFB;
--indigo-400: #A052FA;
--indigo-500: #8520F8;
--indigo-600: #6907DA;
--indigo-700: #5405AD;
--indigo-800: #3C047C;
--indigo-900: #26024F;
--indigo-950: #180231;
}