Purple
#8604DC
PurpleColor Codes
All color formats for development
HEX
#8604DCRGB
rgb(134, 4, 220)HSL
hsl(276, 96%, 44%)OKLCH
oklch(0.505 0.264 302.8)CMYK
cmyk(39%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7804C6
2#6B04B0
3#5E039A
4#500384
5#43026E
6#350258
7#280142
8#1B012C
9#0D0016
Tints
Lighter variations
1#9705F8
2#A31FFA
3#AE3BFB
4#BA57FC
5#C573FC
6#D18FFD
7#DCABFD
8#E8C7FE
9#F3E3FE
Tones
Muted variations
1#840FD1
2#811AC6
3#7F25BC
4#7D30B1
5#7B3AA6
6#79459B
7#775091
8#755B86
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08C #D08CFD | BordersInactive statesPlaceholder text |
| 400 | B750 #B750FB | Disabled statesSecondary iconsMuted text |
| 500 | A21E #A21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8604 #8604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E4BEFE;
--purple-300: #D08CFD;
--purple-400: #B750FB;
--purple-500: #A21EFA;
--purple-600: #8604DC;
--purple-700: #6A04AF;
--purple-800: #4C037D;
--purple-900: #310250;
--purple-950: #1E0132;
}