Indigo
#540DA5
PurpleColor Codes
All color formats for development
HEX
#540DA5RGB
rgb(84, 13, 165)HSL
hsl(268, 85%, 35%)OKLCH
oklch(0.393 0.206 295.1)CMYK
cmyk(49%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C0C95
2#430B84
3#3B0974
4#330863
5#2A0753
6#220542
7#190432
8#110321
9#080111
Tints
Lighter variations
1#6410C4
2#7312E2
3#8428EE
4#9647F0
5#A766F3
6#B984F5
7#CAA3F8
8#DCC2FA
9#EDE0FD
Tones
Muted variations
1#55159E
2#551D96
3#56248E
4#562C87
5#57337F
6#573B78
7#584270
8#584A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C192 #C192F6 | BordersInactive statesPlaceholder text |
| 400 | A15A #A15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 862B #862BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A11 #6A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540D #540DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0A #3C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2606 #26064B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DCC2FA;
--indigo-300: #C192F6;
--indigo-400: #A15AF2;
--indigo-500: #862BEE;
--indigo-600: #6A11D0;
--indigo-700: #540DA5;
--indigo-800: #3C0A76;
--indigo-900: #26064B;
--indigo-950: #18042F;
}