Indigo
#6719C8
PurpleColor Codes
All color formats for development
HEX
#6719C8RGB
rgb(103, 25, 200)HSL
hsl(267, 78%, 44%)OKLCH
oklch(0.457 0.235 294.6)CMYK
cmyk(49%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D16B4
2#5314A0
3#48118C
4#3E0F78
5#340C64
6#290A50
7#1F073C
8#150528
9#0A0214
Tints
Lighter variations
1#751CE1
2#8434E6
3#934DE9
4#A366EC
5#B280EF
6#C199F2
7#D1B3F6
8#E0CCF9
9#F0E6FC
Tones
Muted variations
1#6821BF
2#692AB6
3#6A33AD
4#6B3CA5
5#6C449C
6#6D4D93
7#6E568A
8#6E5F82
9#6F6779
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 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | 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: #DBC4F8;
--indigo-300: #C097F2;
--indigo-400: #9F60EB;
--indigo-500: #8333E6;
--indigo-600: #6719C8;
--indigo-700: #52149F;
--indigo-800: #3B0E71;
--indigo-900: #260949;
--indigo-950: #18062D;
}