Indigo
#6504DC
PurpleColor Codes
All color formats for development
HEX
#6504DCRGB
rgb(101, 4, 220)HSL
hsl(267, 96%, 44%)OKLCH
oklch(0.466 0.261 290.6)CMYK
cmyk(54%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B04C6
2#5104B0
3#47039A
4#3D0384
5#33026E
6#290258
7#1E0142
8#14012C
9#0A0016
Tints
Lighter variations
1#7205F8
2#821FFA
3#913BFB
4#A157FC
5#B173FC
6#C08FFD
7#D0ABFD
8#E0C7FE
9#EFE3FE
Tones
Muted variations
1#670FD1
2#681AC6
3#6925BC
4#6A30B1
5#6B3AA6
6#6C459B
7#6D5091
8#6E5B86
9#6F657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8C #BF8CFD | BordersInactive statesPlaceholder text |
| 400 | 9D50 #9D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 811E #811EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6504 #6504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBEFE;
--indigo-300: #BF8CFD;
--indigo-400: #9D50FB;
--indigo-500: #811EFA;
--indigo-600: #6504DC;
--indigo-700: #5104AF;
--indigo-800: #3A037D;
--indigo-900: #250250;
--indigo-950: #170132;
}