Purple
#8E0EA4
PinkColor Codes
All color formats for development
HEX
#8E0EA4RGB
rgb(142, 14, 164)HSL
hsl(291, 84%, 35%)OKLCH
oklch(0.473 0.219 320.6)CMYK
cmyk(13%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#800D94
2#710B83
3#630A73
4#550963
5#470752
6#390642
7#2B0431
8#1C0321
9#0E0110
Tints
Lighter variations
1#A811C3
2#C214E1
3#CF2AEC
4#D648EF
5#DD67F2
6#E485F4
7#EBA4F7
8#F1C2FA
9#F8E1FC
Tones
Muted variations
1#88169D
2#831D95
3#7E258E
4#792C86
5#73347F
6#6E3B77
7#694370
8#644A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E793 #E793F6 | BordersInactive statesPlaceholder text |
| 400 | DA5B #DA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D02C #D02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B212 #B212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0E #8E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650A #650A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DEFC;
--purple-200: #F1C2FA;
--purple-300: #E793F6;
--purple-400: #DA5BF1;
--purple-500: #D02CED;
--purple-600: #B212CE;
--purple-700: #8E0EA4;
--purple-800: #650A75;
--purple-900: #41074B;
--purple-950: #28042F;
}