Indigo
#5E037D
PinkColor Codes
All color formats for development
HEX
#5E037DRGB
rgb(94, 3, 125)HSL
hsl(285, 95%, 25%)OKLCH
oklch(0.364 0.178 313.9)CMYK
cmyk(25%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550370
2#4B0363
3#420257
4#38024B
5#2F023E
6#260132
7#1C0125
8#130119
9#09000C
Tints
Lighter variations
1#7A04A2
2#9605C7
3#B306EC
4#C31FF9
5#CD45FA
6#D76AFB
7#E18FFC
8#EBB4FD
9#F5DAFE
Tones
Muted variations
1#5B0976
2#580F70
3#55156A
4#521B64
5#4F215E
6#4C2858
7#492E52
8#46344C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFC | BordersInactive statesPlaceholder text |
| 400 | D051 #D051FB | Disabled statesSecondary iconsMuted text |
| 500 | C31F #C31FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A506 #A506DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EEBEFD;
--indigo-300: #E08DFC;
--indigo-400: #D051FB;
--indigo-500: #C31FF9;
--indigo-600: #A506DB;
--indigo-700: #8404AE;
--indigo-800: #5E037C;
--indigo-900: #3C0250;
--indigo-950: #260132;
}