Indigo
#4110A2
PurpleColor Codes
All color formats for development
HEX
#4110A2RGB
rgb(65, 16, 162)HSL
hsl(260, 82%, 35%)OKLCH
oklch(0.37 0.202 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#3A0E92
2#340D82
3#2D0B72
4#270A61
5#200851
6#1A0641
7#130531
8#0D0320
9#060210
Tints
Lighter variations
1#4D13C1
2#5916DF
3#6B2CEA
4#804AED
5#9568F0
6#AB86F3
7#C0A5F6
8#D5C3F9
9#EAE1FC
Tones
Muted variations
1#43179B
2#461F94
3#48268C
4#4B2D85
5#4D357E
6#4F3C77
7#52436F
8#544B68
9#575261
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 | B494 #B494F4 | BordersInactive statesPlaceholder text |
| 400 | 8D5D #8D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 6D2E #6D2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5214 #5214CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4110 #4110A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074A | 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: #B494F4;
--indigo-400: #8D5DEF;
--indigo-500: #6D2EEA;
--indigo-600: #5214CC;
--indigo-700: #4110A2;
--indigo-800: #2E0B74;
--indigo-900: #1E074A;
--indigo-950: #13052E;
}