Indigo
#60189A
PurpleColor Codes
All color formats for development
HEX
#60189ARGB
rgb(96, 24, 154)HSL
hsl(273, 73%, 35%)OKLCH
oklch(0.404 0.19 303.4)CMYK
cmyk(38%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56168B
2#4D137C
3#43116C
4#390E5D
5#300C4D
6#260A3E
7#1D072E
8#13051F
9#0A020F
Tints
Lighter variations
1#721DB7
2#8321D4
3#9336E0
4#A353E4
5#B270E9
6#C28CED
7#D1A9F2
8#E0C6F6
9#F0E2FB
Tones
Muted variations
1#5F1F94
2#5E258D
3#5E2C87
4#5D3280
5#5D397A
6#5C3F73
7#5B466D
8#5B4C66
9#5A5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C6 #E0C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C99A #C99AEF | BordersInactive statesPlaceholder text |
| 400 | AC65 #AC65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9538 #9538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 781E #781EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6018 #60189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4411 #44116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0B #2C0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EEE0FA;
--indigo-200: #E0C6F6;
--indigo-300: #C99AEF;
--indigo-400: #AC65E7;
--indigo-500: #9538E0;
--indigo-600: #781EC2;
--indigo-700: #60189A;
--indigo-800: #44116E;
--indigo-900: #2C0B47;
--indigo-950: #1B072C;
}