Indigo
#541BC5
PurpleColor Codes
All color formats for development
HEX
#541BC5RGB
rgb(84, 27, 197)HSL
hsl(260, 76%, 44%)OKLCH
oklch(0.435 0.23 287.2)CMYK
cmyk(57%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B18B2
2#43169E
3#3B138A
4#321076
5#2A0D63
6#220B4F
7#19083B
8#110527
9#080314
Tints
Lighter variations
1#5E1EDF
2#7036E4
3#824FE7
4#9468EA
5#A681EE
6#B79AF1
7#C9B4F5
8#DBCDF8
9#EDE6FC
Tones
Muted variations
1#5723BD
2#592CB4
3#5C35AC
4#5F3DA3
5#62469B
6#654E92
7#68578A
8#6B5F81
9#6D6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E9E0FB;
--indigo-200: #D5C5F7;
--indigo-300: #B598F1;
--indigo-400: #8F62EA;
--indigo-500: #6F35E3;
--indigo-600: #541BC5;
--indigo-700: #43159D;
--indigo-800: #300F70;
--indigo-900: #1E0A48;
--indigo-950: #13062D;
}