Indigo
#53169C
PurpleColor Codes
All color formats for development
HEX
#53169CRGB
rgb(83, 22, 156)HSL
hsl(267, 75%, 35%)OKLCH
oklch(0.388 0.192 296.3)CMYK
cmyk(47%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A148D
2#42127D
3#3A106D
4#320D5E
5#290B4E
6#21093E
7#19072F
8#11041F
9#080210
Tints
Lighter variations
1#621AB9
2#711FD6
3#8234E2
4#9451E6
5#A66EEA
6#B88BEE
7#CAA8F3
8#DBC5F7
9#EDE2FB
Tones
Muted variations
1#531D95
2#54248F
3#552A88
4#553181
5#56387B
6#573E74
7#57456D
8#584C67
9#595360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DBC5F7;
--indigo-300: #C098F0;
--indigo-400: #9F63E9;
--indigo-500: #8436E2;
--indigo-600: #681CC4;
--indigo-700: #53169C;
--indigo-800: #3B1070;
--indigo-900: #260A47;
--indigo-950: #18062D;
}