Purple
#99159D
PinkColor Codes
All color formats for development
HEX
#99159DRGB
rgb(153, 21, 157)HSL
hsl(298, 76%, 35%)OKLCH
oklch(0.489 0.214 326.8)CMYK
cmyk(3%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89138D
2#7A117E
3#6B0F6E
4#5C0D5E
5#4C0B4F
6#3D093F
7#2E062F
8#1F041F
9#0F0210
Tints
Lighter variations
1#B519BA
2#D11DD7
3#DD33E3
4#E250E7
5#E76DEB
6#EC8AEF
7#F1A7F3
8#F5C5F7
9#FAE2FB
Tones
Muted variations
1#921C96
2#8C2390
3#862A89
4#7F3182
5#79377B
6#733E74
7#6C456E
8#664C67
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE98 #EE98F1 | BordersInactive statesPlaceholder text |
| 400 | E562 #E562EA | Disabled statesSecondary iconsMuted text |
| 500 | DE35 #DE35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C01B #C01BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D0F #6D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460A #460A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FD;
--purple-100: #FAE0FB;
--purple-200: #F5C5F7;
--purple-300: #EE98F1;
--purple-400: #E562EA;
--purple-500: #DE35E3;
--purple-600: #C01BC5;
--purple-700: #99159D;
--purple-800: #6D0F70;
--purple-900: #460A48;
--purple-950: #2C062D;
}