Deep Pink
#CA169D
PinkColor Codes
All color formats for development
HEX
#CA169DRGB
rgb(202, 22, 157)HSL
hsl(315, 80%, 44%)OKLCH
oklch(0.569 0.235 341.9)CMYK
cmyk(0%, 89%, 22%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6148D
2#A2127E
3#8D106E
4#790D5E
5#650B4F
6#51093F
7#3D072F
8#28041F
9#140210
Tints
Lighter variations
1#E419B1
2#E831BA
3#EB4BC3
4#EE65CC
5#F17ED4
6#F498DD
7#F6B2E5
8#F9CCEE
9#FCE5F6
Tones
Muted variations
1#C11F99
2#B82894
3#AF3190
4#A63A8B
5#9D4387
6#944C82
7#8B557E
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 | F8C3 #F8C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830BA | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490839 | 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: #F8C3EB;
--deep-pink-300: #F395DC;
--deep-pink-400: #ED5EC9;
--deep-pink-500: #E830BA;
--deep-pink-600: #CA169D;
--deep-pink-700: #A1127D;
--deep-pink-800: #730D59;
--deep-pink-900: #490839;
--deep-pink-950: #2E0524;
}