Indigo
#47149F
PurpleColor Codes
All color formats for development
HEX
#47149FRGB
rgb(71, 20, 159)HSL
hsl(262, 78%, 35%)OKLCH
oklch(0.376 0.196 289.5)CMYK
cmyk(55%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40128F
2#39107F
3#310E6F
4#2A0C5F
5#230A4F
6#1C0840
7#150630
8#0E0420
9#070210
Tints
Lighter variations
1#5417BC
2#611BDA
3#7330E5
4#874EE9
5#9B6BED
6#AF89F0
7#C3A6F4
8#D7C4F8
9#EBE1FB
Tones
Muted variations
1#491B98
2#4A2291
3#4C298A
4#4E2F83
5#50367C
6#523D75
7#54446E
8#564B67
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | 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: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D7C4F8;
--indigo-300: #B897F2;
--indigo-400: #9360EB;
--indigo-500: #7433E6;
--indigo-600: #5919C8;
--indigo-700: #47149F;
--indigo-800: #320E71;
--indigo-900: #200949;
--indigo-950: #14062D;
}