Indigo
#5C07AB
PurpleColor Codes
All color formats for development
HEX
#5C07ABRGB
rgb(92, 7, 171)HSL
hsl(271, 92%, 35%)OKLCH
oklch(0.406 0.215 297.6)CMYK
cmyk(46%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53069A
2#4A0689
3#400578
4#370467
5#2E0456
6#250345
7#1C0233
8#120122
9#090111
Tints
Lighter variations
1#6D08CB
2#7E0AEB
3#8F20F6
4#9F40F7
5#AF60F8
6#BF80FA
7#CFA0FB
8#DFBFFC
9#EFDFFE
Tones
Muted variations
1#5C0FA3
2#5B189B
3#5B2093
4#5B288B
5#5B3082
6#5A387A
7#5A4172
8#5A496A
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #DFBFFC;
--indigo-300: #C68EFA;
--indigo-400: #A854F8;
--indigo-500: #9023F6;
--indigo-600: #7409D7;
--indigo-700: #5C07AB;
--indigo-800: #42057A;
--indigo-900: #2A034E;
--indigo-950: #1A0231;
}