Deep Pink
#C91885
PinkColor Codes
All color formats for development
HEX
#C91885RGB
rgb(201, 24, 133)HSL
hsl(323, 79%, 44%)OKLCH
oklch(0.558 0.221 350.3)CMYK
cmyk(0%, 88%, 34%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B51578
2#A1136A
3#8D105D
4#790E50
5#640C42
6#500935
7#3C0728
8#28051B
9#14020D
Tints
Lighter variations
1#E21B96
2#E733A2
3#EA4CAD
4#ED66B9
5#F07FC5
6#F399D0
7#F6B2DC
8#F9CCE8
9#FCE5F3
Tones
Muted variations
1#C02083
2#B72981
3#AE327F
4#A53B7D
5#9D447B
6#944D78
7#8B5676
8#825E74
9#796772
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396CF | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FB6 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0136A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1F9;
--deep-pink-100: #FBDFF0;
--deep-pink-200: #F8C4E4;
--deep-pink-300: #F396CF;
--deep-pink-400: #EC5FB6;
--deep-pink-500: #E732A1;
--deep-pink-600: #C91885;
--deep-pink-700: #A0136A;
--deep-pink-800: #720D4C;
--deep-pink-900: #490930;
--deep-pink-950: #2E051E;
}