Indigo
#47159E
PurpleColor Codes
All color formats for development
HEX
#47159ERGB
rgb(71, 21, 158)HSL
hsl(262, 77%, 35%)OKLCH
oklch(0.376 0.194 289.7)CMYK
cmyk(55%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40128E
2#39107E
3#320E6F
4#2B0C5F
5#230A4F
6#1C083F
7#15062F
8#0E0420
9#070210
Tints
Lighter variations
1#5418BB
2#611CD9
3#7332E4
4#874FE8
5#9B6CEC
6#AF8AF0
7#C3A7F4
8#D7C4F7
9#EBE2FB
Tones
Muted variations
1#491B97
2#4B2290
3#4C2989
4#4E3082
5#50377C
6#523E75
7#54456E
8#564C67
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 #D7C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9361 #9361EA | Disabled statesSecondary iconsMuted text |
| 500 | 7534 #7534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591A #591AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200948 | 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: #D7C4F7;
--indigo-300: #B897F2;
--indigo-400: #9361EA;
--indigo-500: #7534E5;
--indigo-600: #591AC7;
--indigo-700: #47159E;
--indigo-800: #330F71;
--indigo-900: #200948;
--indigo-950: #14062D;
}