Purple
#8904DC
PurpleColor Codes
All color formats for development
HEX
#8904DCRGB
rgb(137, 4, 220)HSL
hsl(277, 96%, 44%)OKLCH
oklch(0.509 0.264 303.8)CMYK
cmyk(38%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C04C6
2#6E04B0
3#60039A
4#520384
5#45026E
6#370258
7#290142
8#1B012C
9#0E0016
Tints
Lighter variations
1#9B05F8
2#A61FFA
3#B13BFB
4#BD57FC
5#C873FC
6#D38FFD
7#DEABFD
8#E9C7FE
9#F4E3FE
Tones
Muted variations
1#870FD1
2#841AC6
3#8225BC
4#7F30B1
5#7D3AA6
6#7A459B
7#785091
8#755B86
9#73657B
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 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D18C #D18CFD | BordersInactive statesPlaceholder text |
| 400 | BA50 #BA50FB | Disabled statesSecondary iconsMuted text |
| 500 | A61E #A61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8904 #8904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E5BEFE;
--purple-300: #D18CFD;
--purple-400: #BA50FB;
--purple-500: #A61EFA;
--purple-600: #8904DC;
--purple-700: #6D04AF;
--purple-800: #4E037D;
--purple-900: #320250;
--purple-950: #1F0132;
}