Indigo
#5408AA
PurpleColor Codes
All color formats for development
HEX
#5408AARGB
rgb(84, 8, 170)HSL
hsl(268, 91%, 35%)OKLCH
oklch(0.396 0.213 294)CMYK
cmyk(51%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B0799
2#430688
3#3B0677
4#320566
5#2A0455
6#220344
7#190233
8#110222
9#080111
Tints
Lighter variations
1#630ACA
2#730BEA
3#8421F5
4#9641F6
5#A761F8
6#B980F9
7#CAA0FB
8#DCC0FC
9#EDDFFE
Tones
Muted variations
1#5410A2
2#55189A
3#552092
4#56298A
5#573182
6#57397A
7#584172
8#584969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18F #C18FFA | BordersInactive statesPlaceholder text |
| 400 | A055 #A055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 8524 #8524F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 690A #690AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5408 #5408AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C06 #3C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044E | 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: #ECDDFD;
--indigo-200: #DCC0FC;
--indigo-300: #C18FFA;
--indigo-400: #A055F7;
--indigo-500: #8524F5;
--indigo-600: #690AD6;
--indigo-700: #5408AA;
--indigo-800: #3C067A;
--indigo-900: #26044E;
--indigo-950: #180231;
}