Indigo
#5F07AB
PurpleColor Codes
All color formats for development
HEX
#5F07ABRGB
rgb(95, 7, 171)HSL
hsl(272, 92%, 35%)OKLCH
oklch(0.41 0.215 299)CMYK
cmyk(44%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55069A
2#4C0689
3#420578
4#390467
5#2F0456
6#260345
7#1C0233
8#130122
9#090111
Tints
Lighter variations
1#7008CB
2#820AEB
3#9220F6
4#A240F7
5#B160F8
6#C180FA
7#D0A0FB
8#E0BFFC
9#EFDFFE
Tones
Muted variations
1#5E0FA3
2#5E189B
3#5D2093
4#5D288B
5#5C3082
6#5B387A
7#5B4172
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 | E0BF #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #EEDDFE;
--indigo-200: #E0BFFC;
--indigo-300: #C88EFA;
--indigo-400: #AB54F8;
--indigo-500: #9323F6;
--indigo-600: #7709D7;
--indigo-700: #5F07AB;
--indigo-800: #44057A;
--indigo-900: #2B034E;
--indigo-950: #1B0231;
}