Purple
#960AA9
PinkColor Codes
All color formats for development
HEX
#960AA9RGB
rgb(150, 10, 169)HSL
hsl(293, 89%, 35%)OKLCH
oklch(0.488 0.227 322)CMYK
cmyk(11%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#870998
2#780887
3#690776
4#5A0665
5#4B0554
6#3C0443
7#2D0333
8#1E0222
9#0F0111
Tints
Lighter variations
1#B20CC8
2#CE0DE7
3#DA24F2
4#DF43F4
5#E562F6
6#EA82F8
7#EFA1FA
8#F4C0FB
9#FAE0FD
Tones
Muted variations
1#9012A1
2#8A1A99
3#842291
4#7E2A89
5#783281
6#723979
7#6C4171
8#654969
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC90 #EC90F9 | BordersInactive statesPlaceholder text |
| 400 | E356 #E356F5 | Disabled statesSecondary iconsMuted text |
| 500 | DB26 #DB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD0C #BD0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 960A #960AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B07 #6B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4504 #45044D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #F9DDFD;
--purple-200: #F4C0FB;
--purple-300: #EC90F9;
--purple-400: #E356F5;
--purple-500: #DB26F2;
--purple-600: #BD0CD4;
--purple-700: #960AA9;
--purple-800: #6B0778;
--purple-900: #45044D;
--purple-950: #2B0330;
}