Purple
#9D1567
PinkColor Codes
All color formats for development
HEX
#9D1567RGB
rgb(157, 21, 103)HSL
hsl(324, 76%, 35%)OKLCH
oklch(0.467 0.181 350.5)CMYK
cmyk(0%, 87%, 34%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D135D
2#7E1152
3#6E0F48
4#5E0D3E
5#4F0B33
6#3F0929
7#2F061F
8#1F0415
9#10020A
Tints
Lighter variations
1#BA197A
2#D71D8D
3#E3339D
4#E750AB
5#EB6DB9
6#EF8AC7
7#F3A7D5
8#F7C5E3
9#FBE2F1
Tones
Muted variations
1#961C65
2#902364
3#892A63
4#823161
5#7B3760
6#743E5F
7#6E455D
8#674C5C
9#60525B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2F9;
--purple-100: #FBE0F0;
--purple-200: #F7C5E3;
--purple-300: #F198CD;
--purple-400: #EA62B3;
--purple-500: #E3359E;
--purple-600: #C51B81;
--purple-700: #9D1567;
--purple-800: #700F49;
--purple-900: #480A2F;
--purple-950: #2D061D;
}