Deep Pink
#DC04B4
PinkColor Codes
All color formats for development
HEX
#DC04B4RGB
rgb(220, 4, 180)HSL
hsl(311, 96%, 44%)OKLCH
oklch(0.606 0.263 339.1)CMYK
cmyk(0%, 98%, 18%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C604A2
2#B00490
3#9A037E
4#84036C
5#6E025A
6#580248
7#420136
8#2C0124
9#160012
Tints
Lighter variations
1#F805CB
2#FA1FD2
3#FB3BD8
4#FC57DD
5#FC73E3
6#FD8FE9
7#FDABEE
8#FEC7F4
9#FEE3F9
Tones
Muted variations
1#D10FAE
2#C61AA7
3#BC25A0
4#B13099
5#A63A92
6#9B458B
7#915085
8#865B7E
9#7B6577
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE8 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50DC | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500242 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FEDCF8;
--deep-pink-200: #FEBEF2;
--deep-pink-300: #FD8CE8;
--deep-pink-400: #FB50DC;
--deep-pink-500: #FA1ED2;
--deep-pink-600: #DC04B4;
--deep-pink-700: #AF0490;
--deep-pink-800: #7D0367;
--deep-pink-900: #500242;
--deep-pink-950: #320129;
}