Purple
#8E0BA8
PinkColor Codes
All color formats for development
HEX
#8E0BA8RGB
rgb(142, 11, 168)HSL
hsl(290, 88%, 35%)OKLCH
oklch(0.475 0.223 319.4)CMYK
cmyk(15%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F0A97
2#710986
3#630775
4#550665
5#470554
6#390443
7#2A0332
8#1C0222
9#0E0111
Tints
Lighter variations
1#A80DC7
2#C20FE6
3#CF25F1
4#D644F3
5#DD63F5
6#E482F7
7#EAA2F9
8#F1C1FB
9#F8E0FD
Tones
Muted variations
1#8813A0
2#831A98
3#7E2290
4#792A88
5#733281
6#6E3A79
7#694271
8#644A69
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C1 #F1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E791 #E791F8 | BordersInactive statesPlaceholder text |
| 400 | DA57 #DA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D027 #D027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B20D #B20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0B #8E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6508 #650878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4105 #41054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DDFD;
--purple-200: #F1C1FB;
--purple-300: #E791F8;
--purple-400: #DA57F4;
--purple-500: #D027F1;
--purple-600: #B20DD3;
--purple-700: #8E0BA8;
--purple-800: #650878;
--purple-900: #41054D;
--purple-950: #280330;
}