Indigo
#5C0BA8
PurpleColor Codes
All color formats for development
HEX
#5C0BA8RGB
rgb(92, 11, 168)HSL
hsl(271, 88%, 35%)OKLCH
oklch(0.405 0.211 298.2)CMYK
cmyk(45%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530A97
2#490986
3#400775
4#370665
5#2E0554
6#250443
7#1C0332
8#120222
9#090111
Tints
Lighter variations
1#6D0DC7
2#7E0FE6
3#8E25F1
4#9E44F3
5#AF63F5
6#BF82F7
7#CFA2F9
8#DFC1FB
9#EFE0FD
Tones
Muted variations
1#5C13A0
2#5B1A98
3#5B2290
4#5B2A88
5#5B3281
6#5A3A79
7#5A4271
8#5A4A69
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 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC1FB;
--indigo-300: #C691F8;
--indigo-400: #A857F4;
--indigo-500: #9027F1;
--indigo-600: #730DD3;
--indigo-700: #5C0BA8;
--indigo-800: #420878;
--indigo-900: #2A054D;
--indigo-950: #1A0330;
}