Purple
#9D155E
PinkColor Codes
All color formats for development
HEX
#9D155ERGB
rgb(157, 21, 94)HSL
hsl(328, 76%, 35%)OKLCH
oklch(0.463 0.177 354.9)CMYK
cmyk(0%, 87%, 40%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1354
2#7E114B
3#6E0F42
4#5E0D38
5#4F0B2F
6#3F0926
7#2F061C
8#1F0413
9#100209
Tints
Lighter variations
1#BA196F
2#D71D81
3#E33391
4#E750A1
5#EB6DB0
6#EF8AC0
7#F3A7D0
8#F7C5E0
9#FBE2EF
Tones
Muted variations
1#961C5D
2#90235D
3#892A5C
4#82315C
5#7B375C
6#743E5B
7#6E455B
8#674C5A
9#60525A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33592 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2F8;
--purple-100: #FBE0EE;
--purple-200: #F7C5E0;
--purple-300: #F198C7;
--purple-400: #EA62AA;
--purple-500: #E33592;
--purple-600: #C51B76;
--purple-700: #9D155E;
--purple-800: #700F43;
--purple-900: #480A2B;
--purple-950: #2D061B;
}