Indigo
#47169C
PurpleColor Codes
All color formats for development
HEX
#47169CRGB
rgb(71, 22, 156)HSL
hsl(262, 75%, 35%)OKLCH
oklch(0.375 0.192 290.1)CMYK
cmyk(54%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40148D
2#39127D
3#32106D
4#2B0D5E
5#240B4E
6#1D093E
7#15072F
8#0E041F
9#070210
Tints
Lighter variations
1#551AB9
2#621FD6
3#7434E2
4#8851E6
5#9C6EEA
6#AF8BEE
7#C3A8F3
8#D7C5F7
9#EBE2FB
Tones
Muted variations
1#491D95
2#4B248F
3#4D2A88
4#4F3181
5#50387B
6#523E74
7#54456D
8#564C67
9#575360
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 | B998 #B998F0 | BordersInactive statesPlaceholder text |
| 400 | 9463 #9463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7536 #7536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1C #5A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4716 #47169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3310 #331070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A47 | 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: #B998F0;
--indigo-400: #9463E9;
--indigo-500: #7536E2;
--indigo-600: #5A1CC4;
--indigo-700: #47169C;
--indigo-800: #331070;
--indigo-900: #210A47;
--indigo-950: #14062D;
}