Indigo
#540AA9
PurpleColor Codes
All color formats for development
HEX
#540AA9RGB
rgb(84, 10, 169)HSL
hsl(268, 89%, 35%)OKLCH
oklch(0.396 0.211 294.2)CMYK
cmyk(50%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0998
2#430887
3#3B0776
4#320665
5#2A0554
6#220443
7#190333
8#110222
9#080111
Tints
Lighter variations
1#640CC8
2#730DE7
3#8424F2
4#9643F4
5#A762F6
6#B982F8
7#CAA1FA
8#DCC0FB
9#EDE0FD
Tones
Muted variations
1#5412A1
2#551A99
3#562291
4#562A89
5#573281
6#573979
7#584171
8#584969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC0 #DCC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A056 #A056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8526 #8526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0C #6A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540A #540AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C07 #3C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DCC0FB;
--indigo-300: #C190F9;
--indigo-400: #A056F5;
--indigo-500: #8526F2;
--indigo-600: #6A0CD4;
--indigo-700: #540AA9;
--indigo-800: #3C0778;
--indigo-900: #26044D;
--indigo-950: #180330;
}