Indigo
#5407AB
PurpleColor Codes
All color formats for development
HEX
#5407ABRGB
rgb(84, 7, 171)HSL
hsl(268, 92%, 35%)OKLCH
oklch(0.397 0.215 293.8)CMYK
cmyk(51%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B069A
2#430689
3#3B0578
4#320467
5#2A0456
6#220345
7#190233
8#110122
9#080111
Tints
Lighter variations
1#6308CB
2#730AEB
3#8420F6
4#9540F7
5#A760F8
6#B980FA
7#CAA0FB
8#DCBFFC
9#EDDFFE
Tones
Muted variations
1#540FA3
2#55189B
3#552093
4#56288B
5#573082
6#57387A
7#584172
8#58496A
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFA | BordersInactive statesPlaceholder text |
| 400 | A054 #A054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8523 #8523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6909 #6909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5407 #5407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C05 #3C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034E | 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: #F7F0FE;
--indigo-100: #ECDDFE;
--indigo-200: #DCBFFC;
--indigo-300: #C18EFA;
--indigo-400: #A054F8;
--indigo-500: #8523F6;
--indigo-600: #6909D7;
--indigo-700: #5407AB;
--indigo-800: #3C057A;
--indigo-900: #26034E;
--indigo-950: #180231;
}