Indigo
#4A027E
PurpleColor Codes
All color formats for development
HEX
#4A027ERGB
rgb(74, 2, 126)HSL
hsl(275, 97%, 25%)OKLCH
oklch(0.335 0.174 302.4)CMYK
cmyk(41%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430271
2#3B0264
3#340158
4#2C014B
5#25013F
6#1E0132
7#160126
8#0F0019
9#07000D
Tints
Lighter variations
1#6002A3
2#7603C9
3#8D04EF
4#9F1DFC
5#AF43FC
6#BF68FD
7#CF8EFD
8#DFB4FE
9#EFD9FE
Tones
Muted variations
1#490877
2#480E71
3#47146B
4#461B65
5#45215F
6#442758
7#432D52
8#42334C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFD | BordersInactive statesPlaceholder text |
| 400 | B44F #B44FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9F1D #9F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8203 #8203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6803 #6803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A02 #4A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F0DCFE;
--indigo-200: #E3BEFE;
--indigo-300: #CE8BFD;
--indigo-400: #B44FFC;
--indigo-500: #9F1DFC;
--indigo-600: #8203DD;
--indigo-700: #6803B0;
--indigo-800: #4A027E;
--indigo-900: #2F0150;
--indigo-950: #1E0132;
}