Indigo
#6418C9
PurpleColor Codes
All color formats for development
HEX
#6418C9RGB
rgb(100, 24, 201)HSL
hsl(266, 79%, 44%)OKLCH
oklch(0.454 0.236 293.2)CMYK
cmyk(50%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A15B5
2#5013A1
3#46108D
4#3C0E79
5#320C64
6#280950
7#1E073C
8#140528
9#0A0214
Tints
Lighter variations
1#711BE2
2#8133E7
3#914CEA
4#A066ED
5#B07FF0
6#C099F3
7#D0B2F6
8#DFCCF9
9#EFE5FC
Tones
Muted variations
1#6620C0
2#6729B7
3#6832AE
4#693BA5
5#6A449D
6#6B4D94
7#6D568B
8#6E5E82
9#6F6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE96 #BE96F3 | BordersInactive statesPlaceholder text |
| 400 | 9C5F #9C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8032 #8032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6418 #6418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5013 #5013A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390D #390D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #DAC4F8;
--indigo-300: #BE96F3;
--indigo-400: #9C5FEC;
--indigo-500: #8032E7;
--indigo-600: #6418C9;
--indigo-700: #5013A0;
--indigo-800: #390D72;
--indigo-900: #250949;
--indigo-950: #17052E;
}