Indigo
#4412A1
PurpleColor Codes
All color formats for development
HEX
#4412A1RGB
rgb(68, 18, 161)HSL
hsl(261, 80%, 35%)OKLCH
oklch(0.374 0.2 287.7)CMYK
cmyk(58%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D1091
2#360E81
3#2F0C70
4#290B60
5#220950
6#1B0740
7#140530
8#0E0420
9#070210
Tints
Lighter variations
1#5015BE
2#5D18DC
3#6F2EE8
4#844CEB
5#986AEE
6#AD88F2
7#C1A5F5
8#D6C3F8
9#EAE1FC
Tones
Muted variations
1#46199A
2#482092
3#4A278B
4#4C2E84
5#4F367D
6#513D76
7#53446F
8#554B68
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C3 #D6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B695 #B695F3 | BordersInactive statesPlaceholder text |
| 400 | 905E #905EED | Disabled statesSecondary iconsMuted text |
| 500 | 7130 #7130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5516 #5516CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4412 #4412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300D #300D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F08 #1F0849 | 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: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D6C3F8;
--indigo-300: #B695F3;
--indigo-400: #905EED;
--indigo-500: #7130E8;
--indigo-600: #5516CA;
--indigo-700: #4412A1;
--indigo-800: #300D73;
--indigo-900: #1F0849;
--indigo-950: #13052E;
}