Indigo
#5F03B0
PurpleColor Codes
All color formats for development
HEX
#5F03B0RGB
rgb(95, 3, 176)HSL
hsl(272, 97%, 35%)OKLCH
oklch(0.413 0.221 297.8)CMYK
cmyk(46%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56029E
2#4C028D
3#43027B
4#390269
5#300158
6#260146
7#1D0135
8#130123
9#0A0012
Tints
Lighter variations
1#7103D0
2#8204F1
3#921AFC
4#A23BFC
5#B15CFD
6#C17CFD
7#D09DFE
8#E0BEFE
9#EFDEFF
Tones
Muted variations
1#5E0BA7
2#5E149F
3#5D1D96
4#5D258D
5#5C2E85
6#5C377C
7#5B3F73
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 | E0BE #E0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C88B #C88BFD | BordersInactive statesPlaceholder text |
| 400 | AC4F #AC4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 941D #941DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7703 #7703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F03 #5F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4402 #44027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B01 #2B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #E0BEFE;
--indigo-300: #C88BFD;
--indigo-400: #AC4FFC;
--indigo-500: #941DFC;
--indigo-600: #7703DD;
--indigo-700: #5F03B0;
--indigo-800: #44027E;
--indigo-900: #2B0150;
--indigo-950: #1B0132;
}