Purple
#9E0DA5
PinkColor Codes
All color formats for development
HEX
#9E0DA5RGB
rgb(158, 13, 165)HSL
hsl(297, 85%, 35%)OKLCH
oklch(0.499 0.225 326)CMYK
cmyk(4%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E0C95
2#7E0B84
3#6E0974
4#5F0863
5#4F0753
6#3F0542
7#2F0432
8#200321
9#100111
Tints
Lighter variations
1#BB10C4
2#D812E2
3#E428EE
4#E847F0
5#EC66F3
6#EF84F5
7#F3A3F8
8#F7C2FA
9#FBE0FD
Tones
Muted variations
1#97159E
2#901D96
3#89248E
4#822C87
5#7B337F
6#753B78
7#6E4270
8#674A68
9#605261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDE #FBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C2 #F7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | F192 #F192F6 | BordersInactive statesPlaceholder text |
| 400 | EA5A #EA5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | E42B #E42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | C611 #C611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E0D #9E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710A #710A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4806 #48064B | Primary textHigh emphasis contentDark headings |
| 950 | 2D04 #2D042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FBDEFC;
--purple-200: #F7C2FA;
--purple-300: #F192F6;
--purple-400: #EA5AF2;
--purple-500: #E42BEE;
--purple-600: #C611D0;
--purple-700: #9E0DA5;
--purple-800: #710A76;
--purple-900: #48064B;
--purple-950: #2D042F;
}