Deep Pink
#CA16B5
PinkColor Codes
All color formats for development
HEX
#CA16B5RGB
rgb(202, 22, 181)HSL
hsl(307, 80%, 44%)OKLCH
oklch(0.582 0.25 334.3)CMYK
cmyk(0%, 89%, 10%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B614A3
2#A21291
3#8D107F
4#790D6D
5#650B5B
6#510948
7#3D0736
8#280424
9#140212
Tints
Lighter variations
1#E419CC
2#E831D3
3#EB4BD8
4#EE65DE
5#F17EE3
6#F498E9
7#F6B2EE
8#F9CCF4
9#FCE5F9
Tones
Muted variations
1#C11FAE
2#B828A7
3#AF31A0
4#A63A99
5#9D4393
6#944C8C
7#8B5585
8#825E7E
9#796777
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E8 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDC | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490842 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FDF1FC;
--deep-pink-100: #FBDFF8;
--deep-pink-200: #F8C3F2;
--deep-pink-300: #F395E8;
--deep-pink-400: #ED5EDC;
--deep-pink-500: #E830D3;
--deep-pink-600: #CA16B5;
--deep-pink-700: #A11290;
--deep-pink-800: #730D67;
--deep-pink-900: #490842;
--deep-pink-950: #2E0529;
}