Indigo
#4E027E
PurpleColor Codes
All color formats for development
HEX
#4E027ERGB
rgb(78, 2, 126)HSL
hsl(277, 97%, 25%)OKLCH
oklch(0.34 0.175 304.8)CMYK
cmyk(38%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#460271
2#3F0264
3#370158
4#2F014B
5#27013F
6#1F0132
7#170126
8#100019
9#08000D
Tints
Lighter variations
1#6602A3
2#7D03C9
3#9504EF
4#A61DFC
5#B543FC
6#C468FD
7#D38EFD
8#E1B4FE
9#F0D9FE
Tones
Muted variations
1#4D0877
2#4B0E71
3#4A146B
4#481B65
5#47215F
6#462758
7#442D52
8#43334C
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 #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFD | BordersInactive statesPlaceholder text |
| 400 | BA4F #BA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | A61D #A61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A03 #8A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D03 #6D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E02 #4E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320150 | 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: #E5BEFE;
--indigo-300: #D28BFD;
--indigo-400: #BA4FFC;
--indigo-500: #A61DFC;
--indigo-600: #8A03DD;
--indigo-700: #6D03B0;
--indigo-800: #4E027E;
--indigo-900: #320150;
--indigo-950: #1F0132;
}