Indigo
#4112A1
PurpleColor Codes
All color formats for development
HEX
#4112A1RGB
rgb(65, 18, 161)HSL
hsl(260, 80%, 35%)OKLCH
oklch(0.371 0.2 286.2)CMYK
cmyk(60%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B1091
2#340E81
3#2E0C70
4#270B60
5#210950
6#1A0740
7#140530
8#0D0420
9#070210
Tints
Lighter variations
1#4E15BE
2#5A18DC
3#6C2EE8
4#814CEB
5#966AEE
6#AB88F2
7#C0A5F5
8#D5C3F8
9#EAE1FC
Tones
Muted variations
1#44199A
2#462092
3#49278B
4#4B2E84
5#4D367D
6#503D76
7#52446F
8#544B68
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 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | 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: #D5C3F8;
--indigo-300: #B595F3;
--indigo-400: #8E5EED;
--indigo-500: #6E30E8;
--indigo-600: #5216CA;
--indigo-700: #4112A1;
--indigo-800: #2F0D73;
--indigo-900: #1E0849;
--indigo-950: #13052E;
}