Indigo
#681BC5
PurpleColor Codes
All color formats for development
HEX
#681BC5RGB
rgb(104, 27, 197)HSL
hsl(267, 76%, 44%)OKLCH
oklch(0.456 0.231 295.6)CMYK
cmyk(47%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D18B2
2#53169E
3#49138A
4#3E1076
5#340D63
6#290B4F
7#1F083B
8#150527
9#0A0314
Tints
Lighter variations
1#751EDF
2#8436E4
3#934FE7
4#A368EA
5#B281EE
6#C29AF1
7#D1B4F5
8#E0CDF8
9#F0E6FC
Tones
Muted variations
1#6923BD
2#692CB4
3#6A35AC
4#6B3DA3
5#6C469B
6#6D4E92
7#6E578A
8#6E5F81
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 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | 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: #C098F1;
--indigo-400: #9F62EA;
--indigo-500: #8435E3;
--indigo-600: #681BC5;
--indigo-700: #52159D;
--indigo-800: #3B0F70;
--indigo-900: #260A48;
--indigo-950: #18062D;
}