Indigo
#4E037D
PurpleColor Codes
All color formats for development
HEX
#4E037DRGB
rgb(78, 3, 125)HSL
hsl(277, 95%, 25%)OKLCH
oklch(0.34 0.174 305.1)CMYK
cmyk(38%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460370
2#3E0363
3#370257
4#2F024B
5#27023E
6#1F0132
7#170125
8#100119
9#08000C
Tints
Lighter variations
1#6504A2
2#7D05C7
3#9406EC
4#A61FF9
5#B545FA
6#C36AFB
7#D28FFC
8#E1B4FD
9#F0DAFE
Tones
Muted variations
1#4C0976
2#4B0F70
3#4A156A
4#481B64
5#47215E
6#452858
7#442E52
8#43344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFC | BordersInactive statesPlaceholder text |
| 400 | BA51 #BA51FB | Disabled statesSecondary iconsMuted text |
| 500 | A61F #A61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8906 #8906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFE;
--indigo-200: #E5BEFD;
--indigo-300: #D18DFC;
--indigo-400: #BA51FB;
--indigo-500: #A61FF9;
--indigo-600: #8906DB;
--indigo-700: #6D04AE;
--indigo-800: #4E037C;
--indigo-900: #320250;
--indigo-950: #1F0132;
}