Indigo
#4B1FC1
PurpleColor Codes
All color formats for development
HEX
#4B1FC1RGB
rgb(75, 31, 193)HSL
hsl(256, 72%, 44%)OKLCH
oklch(0.425 0.225 283.8)CMYK
cmyk(61%, 84%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#431CAE
2#3C199A
3#341687
4#2D1374
5#251060
6#1E0D4D
7#16093A
8#0F0627
9#070313
Tints
Lighter variations
1#5423DA
2#663BDF
3#7953E3
4#8D6CE7
5#A084EB
6#B39DEF
7#C6B5F3
8#D9CEF7
9#ECE6FB
Tones
Muted variations
1#4E27B9
2#5230B1
3#5638A9
4#5A40A1
5#5D4899
6#615091
7#655888
8#696080
9#6C6878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B19A #B19AEF | BordersInactive statesPlaceholder text |
| 400 | 8865 #8865E6 | Disabled statesSecondary iconsMuted text |
| 500 | 663A #663ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B1F #4B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B19 #3B199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A12 #2A126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F2FD;
--indigo-100: #E7E0FA;
--indigo-200: #D3C6F6;
--indigo-300: #B19AEF;
--indigo-400: #8865E6;
--indigo-500: #663ADF;
--indigo-600: #4B1FC1;
--indigo-700: #3B199A;
--indigo-800: #2A126E;
--indigo-900: #1B0B46;
--indigo-950: #11072C;
}