Indigo
#5C149F
PurpleColor Codes
All color formats for development
HEX
#5C149FRGB
rgb(92, 20, 159)HSL
hsl(271, 78%, 35%)OKLCH
oklch(0.401 0.197 300.2)CMYK
cmyk(42%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#52128F
2#49107F
3#400E6F
4#370C5F
5#2E0A4F
6#250840
7#1B0630
8#120420
9#090210
Tints
Lighter variations
1#6D17BC
2#7E1BDA
3#8E30E5
4#9E4EE9
5#AE6BED
6#BE89F0
7#CFA6F4
8#DFC4F8
9#EFE1FB
Tones
Muted variations
1#5B1B98
2#5B2291
3#5B298A
4#5B2F83
5#5A367C
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 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | 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: #C697F2;
--indigo-400: #A860EB;
--indigo-500: #8F33E6;
--indigo-600: #7319C8;
--indigo-700: #5C149F;
--indigo-800: #410E71;
--indigo-900: #2A0949;
--indigo-950: #1A062D;
}