Purple
#94159D
PinkColor Codes
All color formats for development
HEX
#94159DRGB
rgb(148, 21, 157)HSL
hsl(296, 76%, 35%)OKLCH
oklch(0.481 0.212 325)CMYK
cmyk(6%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85138D
2#76117E
3#680F6E
4#590D5E
5#4A0B4F
6#3B093F
7#2C062F
8#1E041F
9#0F0210
Tints
Lighter variations
1#B019BA
2#CB1DD7
3#D733E3
4#DD50E7
5#E36DEB
6#E88AEF
7#EEA7F3
8#F4C5F7
9#F9E2FB
Tones
Muted variations
1#8E1C96
2#882390
3#822A89
4#7D3182
5#77377B
6#713E74
7#6B456E
8#654C67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF2FD;
--purple-100: #F9E0FB;
--purple-200: #F4C5F7;
--purple-300: #EB98F1;
--purple-400: #E162EA;
--purple-500: #D835E3;
--purple-600: #BA1BC5;
--purple-700: #94159D;
--purple-800: #6A0F70;
--purple-900: #440A48;
--purple-950: #2A062D;
}