Deep Pink
#DC04C3
PinkColor Codes
All color formats for development
HEX
#DC04C3RGB
rgb(220, 4, 195)HSL
hsl(307, 96%, 44%)OKLCH
oklch(0.614 0.272 334.8)CMYK
cmyk(0%, 98%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C604AF
2#B0049C
3#9A0388
4#840375
5#6E0261
6#58024E
7#42013A
8#2C0127
9#160013
Tints
Lighter variations
1#F805DC
2#FA1FE1
3#FB3BE5
4#FC57E8
5#FC73EC
6#FD8FF0
7#FDABF4
8#FEC7F7
9#FEE3FB
Tones
Muted variations
1#D10FBB
2#C61AB2
3#BC25AA
4#B130A2
5#A63A99
6#9B4591
7#915089
8#865B81
9#7B6578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF0 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E7 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500247 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FEDCFA;
--deep-pink-200: #FEBEF6;
--deep-pink-300: #FD8CF0;
--deep-pink-400: #FB50E7;
--deep-pink-500: #FA1EE1;
--deep-pink-600: #DC04C3;
--deep-pink-700: #AF049B;
--deep-pink-800: #7D036F;
--deep-pink-900: #500247;
--deep-pink-950: #32012C;
}