Indigo
#3B149F
PurpleColor Codes
All color formats for development
HEX
#3B149FRGB
rgb(59, 20, 159)HSL
hsl(257, 78%, 35%)OKLCH
oklch(0.364 0.197 283.5)CMYK
cmyk(63%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35128F
2#2F107F
3#290E6F
4#230C5F
5#1E0A4F
6#180840
7#120630
8#0C0420
9#060210
Tints
Lighter variations
1#4617BC
2#511BDA
3#6430E5
4#7A4EE9
5#906BED
6#A689F0
7#BCA6F4
8#D3C4F8
9#E9E1FB
Tones
Muted variations
1#3E1B98
2#412291
3#44298A
4#472F83
5#4A367C
6#4D3D75
7#50446E
8#534B67
9#565260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C4 #D3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B197 #B197F2 | BordersInactive statesPlaceholder text |
| 400 | 8860 #8860EB | Disabled statesSecondary iconsMuted text |
| 500 | 6533 #6533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A19 #4A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B14 #3B149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0E #2A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B09 #1B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1106 #11062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D3C4F8;
--indigo-300: #B197F2;
--indigo-400: #8860EB;
--indigo-500: #6533E6;
--indigo-600: #4A19C8;
--indigo-700: #3B149F;
--indigo-800: #2A0E71;
--indigo-900: #1B0949;
--indigo-950: #11062D;
}