Indigo
#3B0EA4
PurpleColor Codes
All color formats for development
HEX
#3B0EA4RGB
rgb(59, 14, 164)HSL
hsl(258, 84%, 35%)OKLCH
oklch(0.366 0.206 282.9)CMYK
cmyk(64%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350D94
2#2F0B83
3#290A73
4#240963
5#1E0752
6#180642
7#120431
8#0C0321
9#060110
Tints
Lighter variations
1#4611C3
2#5114E1
3#642AEC
4#7A48EF
5#9067F2
6#A685F4
7#BDA4F7
8#D3C2FA
9#E9E1FC
Tones
Muted variations
1#3E169D
2#411D95
3#44258E
4#472C86
5#4A347F
6#4D3B77
7#504370
8#534A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B193 #B193F6 | BordersInactive statesPlaceholder text |
| 400 | 885B #885BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 662C #662CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B12 #4B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0E #3B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D3C2FA;
--indigo-300: #B193F6;
--indigo-400: #885BF1;
--indigo-500: #662CED;
--indigo-600: #4B12CE;
--indigo-700: #3B0EA4;
--indigo-800: #2A0A75;
--indigo-900: #1B074B;
--indigo-950: #11042F;
}