Indigo
#60159E
PurpleColor Codes
All color formats for development
HEX
#60159ERGB
rgb(96, 21, 158)HSL
hsl(273, 77%, 35%)OKLCH
oklch(0.406 0.197 302.4)CMYK
cmyk(39%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57128E
2#4D107E
3#430E6F
4#3A0C5F
5#300A4F
6#26083F
7#1D062F
8#130420
9#0A0210
Tints
Lighter variations
1#7218BB
2#841CD9
3#9432E4
4#A34FE8
5#B36CEC
6#C28AF0
7#D1A7F4
8#E0C4F7
9#F0E2FB
Tones
Muted variations
1#5F1B97
2#5F2290
3#5E2989
4#5D3082
5#5D377C
6#5C3E75
7#5B456E
8#5B4C67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD61 #AD61EA | Disabled statesSecondary iconsMuted text |
| 500 | 9534 #9534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791A #791AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0948 | 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: #F8F1FD;
--indigo-100: #EFDFFB;
--indigo-200: #E0C4F7;
--indigo-300: #C997F2;
--indigo-400: #AD61EA;
--indigo-500: #9534E5;
--indigo-600: #791AC7;
--indigo-700: #60159E;
--indigo-800: #450F71;
--indigo-900: #2C0948;
--indigo-950: #1B062D;
}