Purple
#8F0CA6
PinkColor Codes
All color formats for development
HEX
#8F0CA6RGB
rgb(143, 12, 166)HSL
hsl(291, 87%, 35%)OKLCH
oklch(0.476 0.221 320.4)CMYK
cmyk(14%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#810A96
2#730986
3#650875
4#560764
5#480653
6#390543
7#2B0332
8#1D0221
9#0E0111
Tints
Lighter variations
1#AA0EC6
2#C510E5
3#D226F0
4#D845F2
5#DF64F4
6#E583F6
7#ECA2F9
8#F2C1FB
9#F9E0FD
Tones
Muted variations
1#8A139F
2#851B97
3#7F2390
4#7A2B88
5#743280
6#6F3A78
7#6A4271
8#644A69
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F7 | BordersInactive statesPlaceholder text |
| 400 | DC58 #DC58F3 | Disabled statesSecondary iconsMuted text |
| 500 | D228 #D228F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50F #B50FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900C #900CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054C | 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: #F8DEFD;
--purple-200: #F2C1FB;
--purple-300: #E891F7;
--purple-400: #DC58F3;
--purple-500: #D228F0;
--purple-600: #B50FD2;
--purple-700: #900CA7;
--purple-800: #670877;
--purple-900: #42054C;
--purple-950: #290330;
}