Indigo
#4111A2
PurpleColor Codes
All color formats for development
HEX
#4111A2RGB
rgb(65, 17, 162)HSL
hsl(260, 81%, 35%)OKLCH
oklch(0.371 0.201 286.1)CMYK
cmyk(60%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0F91
2#340E81
3#2E0C71
4#270A61
5#210851
6#1A0741
7#140530
8#0D0320
9#070210
Tints
Lighter variations
1#4D14C0
2#5917DE
3#6C2DE9
4#814BEC
5#9669EF
6#AB87F2
7#C0A5F6
8#D5C3F9
9#EAE1FC
Tones
Muted variations
1#44189A
2#461F93
3#48278C
4#4B2E85
5#4D357D
6#503C76
7#52446F
8#544B68
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C3 #D5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F4 | BordersInactive statesPlaceholder text |
| 400 | 8E5D #8E5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6D2F #6D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5215 #5215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4111 #4111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0C #2F0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E084A | 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: #F5F1FE;
--indigo-100: #E8DFFC;
--indigo-200: #D5C3F9;
--indigo-300: #B595F4;
--indigo-400: #8E5DEE;
--indigo-500: #6D2FE9;
--indigo-600: #5215CB;
--indigo-700: #4111A2;
--indigo-800: #2F0C73;
--indigo-900: #1E084A;
--indigo-950: #13052E;
}