Indigo
#6219C8
PurpleColor Codes
All color formats for development
HEX
#6219C8RGB
rgb(98, 25, 200)HSL
hsl(265, 78%, 44%)OKLCH
oklch(0.451 0.234 292.6)CMYK
cmyk(51%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5816B4
2#4E14A0
3#44118C
4#3B0F78
5#310C64
6#270A50
7#1D073C
8#140528
9#0A0214
Tints
Lighter variations
1#6E1CE1
2#7E34E6
3#8E4DE9
4#9E66EC
5#AE80EF
6#BE99F2
7#CFB3F6
8#DFCCF9
9#EFE6FC
Tones
Muted variations
1#6321BF
2#652AB6
3#6633AD
4#673CA5
5#69449C
6#6A4D93
7#6C568A
8#6D5F82
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD97 #BD97F2 | BordersInactive statesPlaceholder text |
| 400 | 9A60 #9A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 7D33 #7D33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6219 #6219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E14 #4E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370E #370E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC4F8;
--indigo-300: #BD97F2;
--indigo-400: #9A60EB;
--indigo-500: #7D33E6;
--indigo-600: #6219C8;
--indigo-700: #4E149F;
--indigo-800: #370E71;
--indigo-900: #230949;
--indigo-950: #16062D;
}