Purple
#8E0AA9
PinkColor Codes
All color formats for development
HEX
#8E0AA9RGB
rgb(142, 10, 169)HSL
hsl(290, 89%, 35%)OKLCH
oklch(0.476 0.224 319.1)CMYK
cmyk(16%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#800998
2#720887
3#640776
4#550665
5#470554
6#390443
7#2B0333
8#1C0222
9#0E0111
Tints
Lighter variations
1#A90CC8
2#C30DE7
3#D024F2
4#D743F4
5#DD62F6
6#E482F8
7#EBA1FA
8#F2C0FB
9#F8E0FD
Tones
Muted variations
1#8912A1
2#841A99
3#7E2291
4#792A89
5#743281
6#6E3979
7#694171
8#644969
9#5F5161
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 | F2C0 #F2C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E790 #E790F9 | BordersInactive statesPlaceholder text |
| 400 | DB56 #DB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | D026 #D026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B30C #B30CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0A #8E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6607 #660778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F8DDFD;
--purple-200: #F2C0FB;
--purple-300: #E790F9;
--purple-400: #DB56F5;
--purple-500: #D026F2;
--purple-600: #B30CD4;
--purple-700: #8E0AA9;
--purple-800: #660778;
--purple-900: #41044D;
--purple-950: #290330;
}