Indigo
#6609D7
PurpleColor Codes
All color formats for development
HEX
#6609D7RGB
rgb(102, 9, 215)HSL
hsl(267, 92%, 44%)OKLCH
oklch(0.464 0.255 291.8)CMYK
cmyk(53%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C08C2
2#5207AC
3#470697
4#3D0581
5#33046C
6#290456
7#1F0341
8#14022B
9#0A0116
Tints
Lighter variations
1#730AF3
2#8224F6
3#923FF7
4#A15AF8
5#B176F9
6#C191FA
7#D0ADFC
8#E0C8FD
9#EFE4FE
Tones
Muted variations
1#6713CD
2#681EC3
3#6928B8
4#6A32AE
5#6B3DA4
6#6C4799
7#6D518F
8#6E5C85
9#6F667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFE;
--indigo-200: #DBBFFC;
--indigo-300: #BF8EFA;
--indigo-400: #9E54F8;
--indigo-500: #8223F6;
--indigo-600: #6609D7;
--indigo-700: #5107AB;
--indigo-800: #3A057A;
--indigo-900: #25034E;
--indigo-950: #170231;
}