Purple
#9D159D
PinkColor Codes
All color formats for development
HEX
#9D159DRGB
rgb(157, 21, 157)HSL
hsl(300, 76%, 35%)OKLCH
oklch(0.495 0.215 328.2)CMYK
cmyk(0%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D138D
2#7E117E
3#6E0F6E
4#5E0D5E
5#4F0B4F
6#3F093F
7#2F062F
8#1F041F
9#100210
Tints
Lighter variations
1#BA19BA
2#D71DD7
3#E333E3
4#E750E7
5#EB6DEB
6#EF8AEF
7#F3A7F3
8#F7C5F7
9#FBE2FB
Tones
Muted variations
1#961C96
2#902390
3#892A89
4#823182
5#7B377B
6#743E74
7#6E456E
8#674C67
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198F1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62EA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FD;
--purple-100: #FBE0FB;
--purple-200: #F7C5F7;
--purple-300: #F198F1;
--purple-400: #EA62EA;
--purple-500: #E335E3;
--purple-600: #C51BC5;
--purple-700: #9D159D;
--purple-800: #700F70;
--purple-900: #480A48;
--purple-950: #2D062D;
}