Indigo
#5509D7
PurpleColor Codes
All color formats for development
HEX
#5509D7RGB
rgb(85, 9, 215)HSL
hsl(262, 92%, 44%)OKLCH
oklch(0.446 0.256 285.3)CMYK
cmyk(60%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C08C2
2#4407AC
3#3B0697
4#330581
5#2A046C
6#220456
7#190341
8#11022B
9#080116
Tints
Lighter variations
1#5F0AF3
2#7124F6
3#833FF7
4#945AF8
5#A676F9
6#B891FA
7#CAADFC
8#DBC8FD
9#EDE4FE
Tones
Muted variations
1#5713CD
2#5A1EC3
3#5D28B8
4#6032AE
5#623DA4
6#654799
7#68518F
8#6B5C85
9#6D667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B68E #B68EFA | BordersInactive statesPlaceholder text |
| 400 | 9054 #9054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7023 #7023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5509 #5509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4307 #4307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3005 #30057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F03 #1F034E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E9DDFE;
--indigo-200: #D6BFFC;
--indigo-300: #B68EFA;
--indigo-400: #9054F8;
--indigo-500: #7023F6;
--indigo-600: #5509D7;
--indigo-700: #4307AB;
--indigo-800: #30057A;
--indigo-900: #1F034E;
--indigo-950: #130231;
}