Indigo
#5707AB
PurpleColor Codes
All color formats for development
HEX
#5707ABRGB
rgb(87, 7, 171)HSL
hsl(269, 92%, 35%)OKLCH
oklch(0.4 0.215 295.2)CMYK
cmyk(49%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E069A
2#450689
3#3D0578
4#340467
5#2B0456
6#230345
7#1A0233
8#110122
9#090111
Tints
Lighter variations
1#6708CB
2#770AEB
3#8720F6
4#9940F7
5#AA60F8
6#BB80FA
7#CCA0FB
8#DDBFFC
9#EEDFFE
Tones
Muted variations
1#570FA3
2#57189B
3#572093
4#58288B
5#583082
6#58387A
7#584172
8#59496A
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBF #DDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C38E #C38EFA | BordersInactive statesPlaceholder text |
| 400 | A354 #A354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8923 #8923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D09 #6D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5707 #5707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E05 #3E057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2803 #28034E | Primary textHigh emphasis contentDark headings |
| 950 | 1902 #190231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #EDDDFE;
--indigo-200: #DDBFFC;
--indigo-300: #C38EFA;
--indigo-400: #A354F8;
--indigo-500: #8923F6;
--indigo-600: #6D09D7;
--indigo-700: #5707AB;
--indigo-800: #3E057A;
--indigo-900: #28034E;
--indigo-950: #190231;
}