Purple
#9E0AA9
PinkColor Codes
All color formats for development
HEX
#9E0AA9RGB
rgb(158, 10, 169)HSL
hsl(296, 89%, 35%)OKLCH
oklch(0.501 0.229 324.7)CMYK
cmyk(7%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E0998
2#7E0887
3#6F0776
4#5F0665
5#4F0554
6#3F0443
7#2F0333
8#200222
9#100111
Tints
Lighter variations
1#BB0CC8
2#D90DE7
3#E424F2
4#E843F4
5#EC62F6
6#F082F8
7#F4A1FA
8#F7C0FB
9#FBE0FD
Tones
Muted variations
1#9712A1
2#901A99
3#892291
4#832A89
5#7C3281
6#753979
7#6E4171
8#674969
9#605161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F290 #F290F9 | BordersInactive statesPlaceholder text |
| 400 | EB56 #EB56F5 | Disabled statesSecondary iconsMuted text |
| 500 | E526 #E526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C70C #C70CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0A #9E0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7107 #710778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4804 #48044D | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FBDDFD;
--purple-200: #F7C0FB;
--purple-300: #F290F9;
--purple-400: #EB56F5;
--purple-500: #E526F2;
--purple-600: #C70CD4;
--purple-700: #9E0AA9;
--purple-800: #710778;
--purple-900: #48044D;
--purple-950: #2D0330;
}