Purple
#950BA8
PinkColor Codes
All color formats for development
HEX
#950BA8RGB
rgb(149, 11, 168)HSL
hsl(293, 88%, 35%)OKLCH
oklch(0.486 0.225 321.9)CMYK
cmyk(11%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#870A97
2#780986
3#690775
4#5A0665
5#4B0554
6#3C0443
7#2D0332
8#1E0222
9#0F0111
Tints
Lighter variations
1#B10DC7
2#CD0FE6
3#D925F1
4#DF44F3
5#E463F5
6#E982F7
7#EFA2F9
8#F4C1FB
9#FAE0FD
Tones
Muted variations
1#8F13A0
2#891A98
3#832290
4#7D2A88
5#773281
6#713A79
7#6B4271
8#654A69
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 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | 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: #F4C1FB;
--purple-300: #EC91F8;
--purple-400: #E257F4;
--purple-500: #DA27F1;
--purple-600: #BC0DD3;
--purple-700: #950BA8;
--purple-800: #6B0878;
--purple-900: #44054D;
--purple-950: #2B0330;
}