Indigo
#5C03B0
PurpleColor Codes
All color formats for development
HEX
#5C03B0RGB
rgb(92, 3, 176)HSL
hsl(271, 97%, 35%)OKLCH
oklch(0.41 0.221 296.4)CMYK
cmyk(48%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53029E
2#4A028D
3#40027B
4#370269
5#2E0158
6#250146
7#1C0135
8#120123
9#090012
Tints
Lighter variations
1#6D03D0
2#7E04F1
3#8F1AFC
4#9F3BFC
5#AF5CFD
6#BF7CFD
7#CF9DFE
8#DFBEFE
9#EFDEFF
Tones
Muted variations
1#5C0BA7
2#5C149F
3#5B1D96
4#5B258D
5#5B2E85
6#5A377C
7#5A3F73
8#5A486B
9#5A5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68B #C68BFD | BordersInactive statesPlaceholder text |
| 400 | A94F #A94FFC | Disabled statesSecondary iconsMuted text |
| 500 | 901D #901DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7403 #7403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C03 #5C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4202 #42027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A01 #2A0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #DFBEFE;
--indigo-300: #C68BFD;
--indigo-400: #A94FFC;
--indigo-500: #901DFC;
--indigo-600: #7403DD;
--indigo-700: #5C03B0;
--indigo-800: #42027E;
--indigo-900: #2A0150;
--indigo-950: #1A0132;
}