Indigo
#6713CD
PurpleColor Codes
All color formats for development
HEX
#6713CDRGB
rgb(103, 19, 205)HSL
hsl(267, 83%, 44%)OKLCH
oklch(0.458 0.242 293.9)CMYK
cmyk(50%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D11B9
2#520FA4
3#480D90
4#3E0B7B
5#330A67
6#290852
7#1F063E
8#150429
9#0A0215
Tints
Lighter variations
1#7416E7
2#832EEC
3#9348EE
4#A262F0
5#B27CF3
6#C196F5
7#D1B1F8
8#E0CBFA
9#F0E5FD
Tones
Muted variations
1#681CC4
2#6926BB
3#6A2FB1
4#6B38A8
5#6C429F
6#6C4B95
7#6D548C
8#6E5E83
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 #DBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BF94 #BF94F5 | BordersInactive statesPlaceholder text |
| 400 | 9E5C #9E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 832D #832DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6713 #6713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 520F #520FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A0B #3A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2507 #25074B | 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: #DBC2F9;
--indigo-300: #BF94F5;
--indigo-400: #9E5CF0;
--indigo-500: #832DEB;
--indigo-600: #6713CD;
--indigo-700: #520FA3;
--indigo-800: #3A0B75;
--indigo-900: #25074B;
--indigo-950: #17042F;
}