Deep Pink
#C9189D
PinkColor Codes
All color formats for development
HEX
#C9189DRGB
rgb(201, 24, 157)HSL
hsl(315, 79%, 44%)OKLCH
oklch(0.569 0.234 341.7)CMYK
cmyk(0%, 88%, 22%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5158D
2#A1137D
3#8D106E
4#790E5E
5#640C4E
6#50093F
7#3C072F
8#28051F
9#140210
Tints
Lighter variations
1#E21BB0
2#E733BA
3#EA4CC3
4#ED66CB
5#F07FD4
6#F399DC
7#F6B2E5
8#F9CCEE
9#FCE5F6
Tones
Muted variations
1#C02098
2#B72994
3#AE328F
4#A53B8B
5#9D4486
6#944D82
7#8B567D
8#825E79
9#796775
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DC | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732BA | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9189D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0137D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FA;
--deep-pink-100: #FBDFF4;
--deep-pink-200: #F8C4EB;
--deep-pink-300: #F396DC;
--deep-pink-400: #EC5FC9;
--deep-pink-500: #E732BA;
--deep-pink-600: #C9189D;
--deep-pink-700: #A0137D;
--deep-pink-800: #720D59;
--deep-pink-900: #490939;
--deep-pink-950: #2E0524;
}