Indigo
#6711D0
PurpleColor Codes
All color formats for development
HEX
#6711D0RGB
rgb(103, 17, 208)HSL
hsl(267, 85%, 44%)OKLCH
oklch(0.46 0.246 293.4)CMYK
cmyk(50%, 92%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C0FBB
2#520DA6
3#480C91
4#3E0A7D
5#330868
6#290753
7#1F053E
8#15032A
9#0A0215
Tints
Lighter variations
1#7413EA
2#832CEE
3#9346F0
4#A260F2
5#B27BF4
6#C195F6
7#D1B0F9
8#E0CAFB
9#F0E5FD
Tones
Muted variations
1#681AC6
2#6924BC
3#6A2DB3
4#6A37A9
5#6B41A0
6#6C4A96
7#6D548D
8#6E5D83
9#6F677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC2 #DBC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BF92 #BF92F6 | BordersInactive statesPlaceholder text |
| 400 | 9E5A #9E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 822B #822BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6711 #6711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520D #520DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0A #3A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2506 #25064B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DBC2FA;
--indigo-300: #BF92F6;
--indigo-400: #9E5AF2;
--indigo-500: #822BEE;
--indigo-600: #6711D0;
--indigo-700: #520DA5;
--indigo-800: #3A0A76;
--indigo-900: #25064B;
--indigo-950: #17042F;
}