Indigo
#610DA5
PurpleColor Codes
All color formats for development
HEX
#610DA5RGB
rgb(97, 13, 165)HSL
hsl(273, 85%, 35%)OKLCH
oklch(0.409 0.208 301.3)CMYK
cmyk(41%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570C95
2#4D0B84
3#440974
4#3A0863
5#300753
6#270542
7#1D0432
8#130321
9#0A0111
Tints
Lighter variations
1#7310C4
2#8512E2
3#9528EE
4#A447F0
5#B366F3
6#C284F5
7#D2A3F8
8#E1C2FA
9#F0E0FD
Tones
Muted variations
1#60159E
2#5F1D96
3#5F248E
4#5E2C87
5#5D337F
6#5C3B78
7#5C4270
8#5B4A68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C2 #E1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C992 #C992F6 | BordersInactive statesPlaceholder text |
| 400 | AD5A #AD5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 962B #962BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A11 #7A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610D #610DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450A #450A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C06 #2C064B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDEFC;
--indigo-200: #E1C2FA;
--indigo-300: #C992F6;
--indigo-400: #AD5AF2;
--indigo-500: #962BEE;
--indigo-600: #7A11D0;
--indigo-700: #610DA5;
--indigo-800: #450A76;
--indigo-900: #2C064B;
--indigo-950: #1C042F;
}