Purple
#8C0AA9
PinkColor Codes
All color formats for development
HEX
#8C0AA9RGB
rgb(140, 10, 169)HSL
hsl(289, 89%, 35%)OKLCH
oklch(0.473 0.223 318.3)CMYK
cmyk(17%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E0998
2#700887
3#620776
4#540665
5#460554
6#380443
7#2A0333
8#1C0222
9#0E0111
Tints
Lighter variations
1#A50CC8
2#BF0DE7
3#CC24F2
4#D443F4
5#DB62F6
6#E282F8
7#E9A1FA
8#F1C0FB
9#F8E0FD
Tones
Muted variations
1#8712A1
2#811A99
3#7C2291
4#772A89
5#723281
6#6D3979
7#684171
8#634969
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E590 #E590F9 | BordersInactive statesPlaceholder text |
| 400 | D856 #D856F5 | Disabled statesSecondary iconsMuted text |
| 500 | CD26 #CD26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0C #AF0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C0A #8C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6407 #640778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044D | 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: #F7DDFD;
--purple-200: #F1C0FB;
--purple-300: #E590F9;
--purple-400: #D856F5;
--purple-500: #CD26F2;
--purple-600: #AF0CD4;
--purple-700: #8C0AA9;
--purple-800: #640778;
--purple-900: #40044D;
--purple-950: #280330;
}