Indigo
#681AC7
PurpleColor Codes
All color formats for development
HEX
#681AC7RGB
rgb(104, 26, 199)HSL
hsl(267, 77%, 44%)OKLCH
oklch(0.458 0.233 295.2)CMYK
cmyk(48%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D17B3
2#53159F
3#48128B
4#3E0F77
5#340D63
6#290A4F
7#1F083C
8#150528
9#0A0314
Tints
Lighter variations
1#751DE0
2#8435E5
3#934EE8
4#A367EB
5#B281EF
6#C19AF2
7#D1B3F5
8#E0CCF8
9#F0E6FC
Tones
Muted variations
1#6822BE
2#692BB5
3#6A34AD
4#6B3CA4
5#6C459B
6#6D4E93
7#6E568A
8#6E5F81
9#6F6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F61 #9F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 8334 #8334E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681A #681AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260948 | 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: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DBC4F7;
--indigo-300: #C097F2;
--indigo-400: #9F61EA;
--indigo-500: #8334E5;
--indigo-600: #681AC7;
--indigo-700: #52159E;
--indigo-800: #3B0F71;
--indigo-900: #260948;
--indigo-950: #18062D;
}