Indigo
#47159D
PurpleColor Codes
All color formats for development
HEX
#47159DRGB
rgb(71, 21, 157)HSL
hsl(262, 76%, 35%)OKLCH
oklch(0.375 0.193 289.9)CMYK
cmyk(55%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40138D
2#39117E
3#320F6E
4#2B0D5E
5#240B4F
6#1C093F
7#15062F
8#0E041F
9#070210
Tints
Lighter variations
1#5419BA
2#621DD7
3#7333E3
4#8750E7
5#9B6DEB
6#AF8AEF
7#C3A7F3
8#D7C5F7
9#EBE2FB
Tones
Muted variations
1#491C96
2#4B2390
3#4D2A89
4#4E3182
5#50377B
6#523E74
7#54456E
8#564C67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D7C5F7;
--indigo-300: #B898F1;
--indigo-400: #9462EA;
--indigo-500: #7535E3;
--indigo-600: #591BC5;
--indigo-700: #47159D;
--indigo-800: #330F70;
--indigo-900: #210A48;
--indigo-950: #14062D;
}