Indigo
#681CC4
PurpleColor Codes
All color formats for development
HEX
#681CC4RGB
rgb(104, 28, 196)HSL
hsl(267, 75%, 44%)OKLCH
oklch(0.456 0.229 295.7)CMYK
cmyk(47%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D19B1
2#53169D
3#491489
4#3E1176
5#340E62
6#2A0B4F
7#1F083B
8#150627
9#0A0314
Tints
Lighter variations
1#7520DD
2#8437E2
3#9450E6
4#A369EA
5#B282ED
6#C29BF1
7#D1B4F4
8#E0CDF8
9#F0E6FB
Tones
Muted variations
1#6924BC
2#692DB4
3#6A35AB
4#6B3EA3
5#6C469A
6#6D4F92
7#6E5789
8#6F5F81
9#6F6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #ECE0FB;
--indigo-200: #DBC5F7;
--indigo-300: #C098F0;
--indigo-400: #9F63E9;
--indigo-500: #8436E2;
--indigo-600: #681CC4;
--indigo-700: #53169C;
--indigo-800: #3B1070;
--indigo-900: #260A47;
--indigo-950: #18062D;
}