Indigo
#3B199A
PurpleColor Codes
All color formats for development
HEX
#3B199ARGB
rgb(59, 25, 154)HSL
hsl(256, 72%, 35%)OKLCH
oklch(0.363 0.188 284)CMYK
cmyk(62%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35168A
2#2F147B
3#29116B
4#240F5C
5#1E0C4D
6#180A3D
7#12072E
8#0C051F
9#06020F
Tints
Lighter variations
1#461EB6
2#5122D3
3#6437DF
4#7A54E3
5#9070E8
6#A68DEC
7#BDA9F1
8#D3C6F6
9#E9E2FA
Tones
Muted variations
1#3E1F93
2#41268D
3#442C86
4#473380
5#4A3979
6#4D4073
7#50466D
8#534C66
9#565360
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;
}