Purple
#99159E
PinkColor Codes
All color formats for development
HEX
#99159ERGB
rgb(153, 21, 158)HSL
hsl(298, 77%, 35%)OKLCH
oklch(0.489 0.214 326.5)CMYK
cmyk(3%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A128E
2#7B107E
3#6B0E6F
4#5C0C5F
5#4D0A4F
6#3D083F
7#2E062F
8#1F0420
9#0F0210
Tints
Lighter variations
1#B618BB
2#D21CD9
3#DE32E4
4#E34FE8
5#E86CEC
6#EC8AF0
7#F1A7F4
8#F6C4F7
9#FAE2FB
Tones
Muted variations
1#931B97
2#8D2290
3#862989
4#803082
5#79377C
6#733E75
7#6C456E
8#664C67
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EE97 #EE97F2 | BordersInactive statesPlaceholder text |
| 400 | E661 #E661EA | Disabled statesSecondary iconsMuted text |
| 500 | DF34 #DF34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11A #C11AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9915 #99159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0F #6E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4609 #460948 | 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: #FDF1FD;
--purple-100: #FADFFB;
--purple-200: #F6C4F7;
--purple-300: #EE97F2;
--purple-400: #E661EA;
--purple-500: #DF34E5;
--purple-600: #C11AC7;
--purple-700: #99159E;
--purple-800: #6E0F71;
--purple-900: #460948;
--purple-950: #2C062D;
}