Indigo
#5113CD
PurpleColor Codes
All color formats for development
HEX
#5113CDRGB
rgb(81, 19, 205)HSL
hsl(260, 83%, 44%)OKLCH
oklch(0.435 0.243 285)CMYK
cmyk(60%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4911B9
2#410FA4
3#390D90
4#310B7B
5#290A67
6#200852
7#18063E
8#100429
9#080215
Tints
Lighter variations
1#5B16E7
2#6D2EEC
3#7F48EE
4#9262F0
5#A47CF3
6#B696F5
7#C8B1F8
8#DBCBFA
9#EDE5FD
Tones
Muted variations
1#541CC4
2#5726BB
3#5A2FB1
4#5E38A8
5#61429F
6#644B95
7#67548C
8#6A5E83
9#6D677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D5C2F9;
--indigo-300: #B494F5;
--indigo-400: #8D5CF0;
--indigo-500: #6D2DEB;
--indigo-600: #5113CD;
--indigo-700: #410FA3;
--indigo-800: #2E0B75;
--indigo-900: #1E074B;
--indigo-950: #12042F;
}