Indigo
#510AA9
PurpleColor Codes
All color formats for development
HEX
#510AA9RGB
rgb(81, 10, 169)HSL
hsl(267, 89%, 35%)OKLCH
oklch(0.392 0.211 292.7)CMYK
cmyk(52%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490998
2#410887
3#390776
4#310665
5#290554
6#210443
7#180333
8#100222
9#080111
Tints
Lighter variations
1#600CC8
2#700DE7
3#8124F2
4#9343F4
5#A562F6
6#B782F8
7#C9A1FA
8#DBC0FB
9#EDE0FD
Tones
Muted variations
1#5212A1
2#531A99
3#542291
4#542A89
5#553281
6#563979
7#574171
8#584969
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDDFD;
--indigo-200: #DBC0FB;
--indigo-300: #BF90F9;
--indigo-400: #9E56F5;
--indigo-500: #8226F2;
--indigo-600: #660CD4;
--indigo-700: #510AA9;
--indigo-800: #3A0778;
--indigo-900: #25044D;
--indigo-950: #170330;
}