Indigo
#5C13A0
PurpleColor Codes
All color formats for development
HEX
#5C13A0RGB
rgb(92, 19, 160)HSL
hsl(271, 79%, 35%)OKLCH
oklch(0.401 0.199 300)CMYK
cmyk(42%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#521190
2#490F80
3#400D70
4#370B60
5#2E0950
6#250740
7#1B0630
8#120420
9#090210
Tints
Lighter variations
1#6D16BD
2#7E1ADB
3#8E2FE7
4#9E4DEA
5#AE6BEE
6#BE88F1
7#CFA6F5
8#DFC4F8
9#EFE1FC
Tones
Muted variations
1#5B1A99
2#5B2192
3#5B288B
4#5B2F84
5#5A367D
6#5A3D75
7#5A446E
8#5A4B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C696 #C696F3 | BordersInactive statesPlaceholder text |
| 400 | A85F #A85FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8F32 #8F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7318 #7318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C13 #5C13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #DFC4F8;
--indigo-300: #C696F3;
--indigo-400: #A85FEC;
--indigo-500: #8F32E7;
--indigo-600: #7318C9;
--indigo-700: #5C13A0;
--indigo-800: #410D72;
--indigo-900: #2A0949;
--indigo-950: #1A052E;
}