Indigo
#60159D
PurpleColor Codes
All color formats for development
HEX
#60159DRGB
rgb(96, 21, 157)HSL
hsl(273, 76%, 35%)OKLCH
oklch(0.405 0.196 302.7)CMYK
cmyk(39%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56138D
2#4D117E
3#430F6E
4#3A0D5E
5#300B4F
6#26093F
7#1D062F
8#13041F
9#0A0210
Tints
Lighter variations
1#7219BA
2#841DD7
3#9433E3
4#A350E7
5#B26DEB
6#C28AEF
7#D1A7F3
8#E0C5F7
9#F0E2FB
Tones
Muted variations
1#5F1C96
2#5F2390
3#5E2A89
4#5D3182
5#5D377B
6#5C3E74
7#5B456E
8#5B4C67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EFE0FB;
--indigo-200: #E0C5F7;
--indigo-300: #C998F1;
--indigo-400: #AD62EA;
--indigo-500: #9535E3;
--indigo-600: #791BC5;
--indigo-700: #60159D;
--indigo-800: #450F70;
--indigo-900: #2C0A48;
--indigo-950: #1B062D;
}