Indigo
#5406AC
PurpleColor Codes
All color formats for development
HEX
#5406ACRGB
rgb(84, 6, 172)HSL
hsl(268, 93%, 35%)OKLCH
oklch(0.397 0.216 293.6)CMYK
cmyk(51%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B069B
2#43058A
3#3B0479
4#320467
5#2A0356
6#210245
7#190234
8#110122
9#080111
Tints
Lighter variations
1#6307CC
2#7309EC
3#841FF7
4#953FF8
5#A75FF9
6#B97FFA
7#CA9FFC
8#DCBFFD
9#EDDFFE
Tones
Muted variations
1#540FA4
2#55179C
3#551F93
4#56278B
5#563083
6#57387A
7#584072
8#58496A
9#595162
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 #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFB | BordersInactive statesPlaceholder text |
| 400 | A053 #A053F9 | Disabled statesSecondary iconsMuted text |
| 500 | 8522 #8522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6908 #6908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5406 #5406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034F | 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: #DCBFFD;
--indigo-300: #C18EFB;
--indigo-400: #A053F9;
--indigo-500: #8522F7;
--indigo-600: #6908D9;
--indigo-700: #5406AC;
--indigo-800: #3C047B;
--indigo-900: #26034F;
--indigo-950: #180231;
}