Indigo
#4213A0
PurpleColor Codes
All color formats for development
HEX
#4213A0RGB
rgb(66, 19, 160)HSL
hsl(260, 79%, 35%)OKLCH
oklch(0.371 0.198 286.8)CMYK
cmyk(59%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B1190
2#350F80
3#2E0D70
4#270B60
5#210950
6#1A0740
7#140630
8#0D0420
9#070210
Tints
Lighter variations
1#4E16BD
2#5A1ADB
3#6C2FE7
4#814DEA
5#966BEE
6#AB88F1
7#C0A6F5
8#D5C4F8
9#EAE1FC
Tones
Muted variations
1#441A99
2#462192
3#49288B
4#4B2F84
5#4D367D
6#503D75
7#52446E
8#554B67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B596 #B596F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5F #8E5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6E32 #6E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5318 #5318C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4213 #4213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D5C4F8;
--indigo-300: #B596F3;
--indigo-400: #8E5FEC;
--indigo-500: #6E32E7;
--indigo-600: #5318C9;
--indigo-700: #4213A0;
--indigo-800: #2F0D72;
--indigo-900: #1E0949;
--indigo-950: #13052E;
}