Indigo
#5F0AA9
PurpleColor Codes
All color formats for development
HEX
#5F0AA9RGB
rgb(95, 10, 169)HSL
hsl(272, 89%, 35%)OKLCH
oklch(0.409 0.213 299.4)CMYK
cmyk(44%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550998
2#4C0887
3#420776
4#390665
5#2F0554
6#260443
7#1C0333
8#130222
9#090111
Tints
Lighter variations
1#700CC8
2#820DE7
3#9224F2
4#A143F4
5#B162F6
6#C182F8
7#D0A1FA
8#E0C0FB
9#EFE0FD
Tones
Muted variations
1#5E12A1
2#5D1A99
3#5D2291
4#5C2A89
5#5C3281
6#5B3979
7#5B4171
8#5A4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C0 #E0C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C890 #C890F9 | BordersInactive statesPlaceholder text |
| 400 | AB56 #AB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9326 #9326F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770C #770CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F0A #5F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4407 #440778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B04 #2B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #E0C0FB;
--indigo-300: #C890F9;
--indigo-400: #AB56F5;
--indigo-500: #9326F2;
--indigo-600: #770CD4;
--indigo-700: #5F0AA9;
--indigo-800: #440778;
--indigo-900: #2B044D;
--indigo-950: #1B0330;
}