Indigo
#51189A
PurpleColor Codes
All color formats for development
HEX
#51189ARGB
rgb(81, 24, 154)HSL
hsl(266, 73%, 35%)OKLCH
oklch(0.386 0.188 295.6)CMYK
cmyk(47%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49168B
2#40137C
3#38116C
4#300E5D
5#280C4D
6#200A3E
7#18072E
8#10051F
9#08020F
Tints
Lighter variations
1#601DB7
2#6E21D4
3#8036E0
4#9253E4
5#A470E9
6#B68CED
7#C8A9F2
8#DBC6F6
9#EDE2FB
Tones
Muted variations
1#511F94
2#52258D
3#532C87
4#543280
5#55397A
6#563F73
7#57466D
8#584C66
9#585360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC6 #DBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF9A #BF9AEF | BordersInactive statesPlaceholder text |
| 400 | 9D65 #9D65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8138 #8138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 651E #651EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5118 #51189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A11 #3A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 250B #250B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1707 #17072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EBE0FA;
--indigo-200: #DBC6F6;
--indigo-300: #BF9AEF;
--indigo-400: #9D65E7;
--indigo-500: #8138E0;
--indigo-600: #651EC2;
--indigo-700: #51189A;
--indigo-800: #3A116E;
--indigo-900: #250B47;
--indigo-950: #17072C;
}