Purple
#960DA5
PinkColor Codes
All color formats for development
HEX
#960DA5RGB
rgb(150, 13, 165)HSL
hsl(294, 85%, 35%)OKLCH
oklch(0.486 0.223 323.2)CMYK
cmyk(9%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#870C95
2#780B84
3#690974
4#5A0863
5#4B0753
6#3C0542
7#2D0432
8#1E0321
9#0F0111
Tints
Lighter variations
1#B210C4
2#CE12E2
3#DA28EE
4#DF47F0
5#E466F3
6#EA84F5
7#EFA3F8
8#F4C2FA
9#FAE0FD
Tones
Muted variations
1#90159E
2#8A1D96
3#84248E
4#7E2C87
5#78337F
6#723B78
7#6B4270
8#654A68
9#5F5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC92 #EC92F6 | BordersInactive statesPlaceholder text |
| 400 | E25A #E25AF2 | Disabled statesSecondary iconsMuted text |
| 500 | DA2B #DA2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | BC11 #BC11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960D #960DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4506 #45064B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #F9DEFC;
--purple-200: #F4C2FA;
--purple-300: #EC92F6;
--purple-400: #E25AF2;
--purple-500: #DA2BEE;
--purple-600: #BC11D0;
--purple-700: #960DA5;
--purple-800: #6B0A76;
--purple-900: #45064B;
--purple-950: #2B042F;
}