Indigo
#510BA8
PurpleColor Codes
All color formats for development
HEX
#510BA8RGB
rgb(81, 11, 168)HSL
hsl(267, 88%, 35%)OKLCH
oklch(0.392 0.21 292.9)CMYK
cmyk(52%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490A97
2#410986
3#390775
4#310665
5#290554
6#210443
7#180332
8#100222
9#080111
Tints
Lighter variations
1#610DC7
2#700FE6
3#8125F1
4#9344F3
5#A563F5
6#B782F7
7#C9A2F9
8#DBC1FB
9#EDE0FD
Tones
Muted variations
1#5213A0
2#531A98
3#542290
4#552A88
5#553281
6#563A79
7#574271
8#584A69
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 | DBC1 #DBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF91 #BF91F8 | BordersInactive statesPlaceholder text |
| 400 | 9E57 #9E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8227 #8227F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660D #660DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510B #510BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A08 #3A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2505 #25054D | 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: #DBC1FB;
--indigo-300: #BF91F8;
--indigo-400: #9E57F4;
--indigo-500: #8227F1;
--indigo-600: #660DD3;
--indigo-700: #510BA8;
--indigo-800: #3A0878;
--indigo-900: #25054D;
--indigo-950: #170330;
}