Indigo
#5108D9
PurpleColor Codes
All color formats for development
HEX
#5108D9RGB
rgb(81, 8, 217)HSL
hsl(261, 93%, 44%)OKLCH
oklch(0.444 0.258 283.4)CMYK
cmyk(63%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4907C3
2#4106AD
3#390598
4#310582
5#28046C
6#200357
7#180241
8#10022B
9#080116
Tints
Lighter variations
1#5B09F4
2#6D23F7
3#7F3EF8
4#915AF9
5#A475FA
6#B691FB
7#C8ACFC
8#DAC8FD
9#EDE3FE
Tones
Muted variations
1#5412CE
2#571DC4
3#5A27B9
4#5D32AF
5#613CA4
6#64469A
7#675190
8#6A5B85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5BF #D5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B48E #B48EFB | BordersInactive statesPlaceholder text |
| 400 | 8D53 #8D53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6C22 #6C22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5108 #5108D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4006 #4006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E04 #2E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D03 #1D034F | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFE;
--indigo-200: #D5BFFD;
--indigo-300: #B48EFB;
--indigo-400: #8D53F9;
--indigo-500: #6C22F7;
--indigo-600: #5108D9;
--indigo-700: #4006AC;
--indigo-800: #2E047B;
--indigo-900: #1D034F;
--indigo-950: #120231;
}