Indigo
#5E0A75
PinkColor Codes
All color formats for development
HEX
#5E0A75RGB
rgb(94, 10, 117)HSL
hsl(287, 84%, 25%)OKLCH
oklch(0.361 0.167 316.9)CMYK
cmyk(20%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55096A
2#4B085E
3#420752
4#380646
5#2F053B
6#26042F
7#1C0323
8#130217
9#09010C
Tints
Lighter variations
1#7A0D98
2#9710BC
3#B313DF
4#C32CED
5#CD4FF0
6#D772F3
7#E195F6
8#EBB9F9
9#F5DCFC
Tones
Muted variations
1#5B1070
2#58156B
3#551A65
4#522060
5#4F255B
6#4C2A55
7#493050
8#46354A
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC2 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EEC2FA;
--indigo-300: #E093F6;
--indigo-400: #D05BF1;
--indigo-500: #C32CED;
--indigo-600: #A612CE;
--indigo-700: #840EA4;
--indigo-800: #5E0A75;
--indigo-900: #3C074B;
--indigo-950: #26042F;
}