Purple
#95159E
PinkColor Codes
All color formats for development
HEX
#95159ERGB
rgb(149, 21, 158)HSL
hsl(296, 77%, 35%)OKLCH
oklch(0.483 0.213 325.1)CMYK
cmyk(6%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#86128E
2#77107E
3#680E6F
4#590C5F
5#4A0A4F
6#3C083F
7#2D062F
8#1E0420
9#0F0210
Tints
Lighter variations
1#B018BB
2#CC1CD9
3#D832E4
4#DE4FE8
5#E36CEC
6#E98AF0
7#EEA7F4
8#F4C4F7
9#F9E2FB
Tones
Muted variations
1#8F1B97
2#892290
3#832989
4#7D3082
5#77377C
6#713E75
7#6B456E
8#654C67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB97 #EB97F2 | BordersInactive statesPlaceholder text |
| 400 | E161 #E161EA | Disabled statesSecondary iconsMuted text |
| 500 | D934 #D934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB1A #BB1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9515 #95159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440948 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F9DFFB;
--purple-200: #F4C4F7;
--purple-300: #EB97F2;
--purple-400: #E161EA;
--purple-500: #D934E5;
--purple-600: #BB1AC7;
--purple-700: #95159E;
--purple-800: #6A0F71;
--purple-900: #440948;
--purple-950: #2B062D;
}