Indigo
#50159D
PurpleColor Codes
All color formats for development
HEX
#50159DRGB
rgb(80, 21, 157)HSL
hsl(266, 76%, 35%)OKLCH
oklch(0.385 0.194 294.6)CMYK
cmyk(49%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48138D
2#40117E
3#380F6E
4#300D5E
5#280B4F
6#20093F
7#18062F
8#10041F
9#080210
Tints
Lighter variations
1#5F19BA
2#6E1DD7
3#7F33E3
4#9150E7
5#A46DEB
6#B68AEF
7#C8A7F3
8#DAC5F7
9#EDE2FB
Tones
Muted variations
1#511C96
2#522390
3#532A89
4#543182
5#55377B
6#563E74
7#57456E
8#574C67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE98 #BE98F1 | BordersInactive statesPlaceholder text |
| 400 | 9D62 #9D62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8135 #8135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651B #651BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5015 #50159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390F #390F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 250A #250A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EBE0FB;
--indigo-200: #DAC5F7;
--indigo-300: #BE98F1;
--indigo-400: #9D62EA;
--indigo-500: #8135E3;
--indigo-600: #651BC5;
--indigo-700: #50159D;
--indigo-800: #390F70;
--indigo-900: #250A48;
--indigo-950: #17062D;
}