Purple
#8C04AE
PinkColor Codes
All color formats for development
HEX
#8C04AERGB
rgb(140, 4, 174)HSL
hsl(288, 96%, 35%)OKLCH
oklch(0.475 0.229 316.9)CMYK
cmyk(20%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F039D
2#71038C
3#62027A
4#540269
5#460257
6#380146
7#2A0134
8#1C0123
9#0E0011
Tints
Lighter variations
1#A704CF
2#C105F0
3#CE1CFA
4#D53CFB
5#DC5DFC
6#E37DFC
7#EA9EFD
8#F1BEFE
9#F8DFFE
Tones
Muted variations
1#880CA6
2#82159E
3#7D1D95
4#78268D
5#732E84
6#6E377C
7#694073
8#64486A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68C #E68CFD | BordersInactive statesPlaceholder text |
| 400 | D950 #D950FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1E #CE1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B104 #B104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D04 #8D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #400250 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F7DCFE;
--purple-200: #F1BEFE;
--purple-300: #E68CFD;
--purple-400: #D950FB;
--purple-500: #CE1EFA;
--purple-600: #B104DC;
--purple-700: #8D04AF;
--purple-800: #64037D;
--purple-900: #400250;
--purple-950: #280132;
}