Deep Pink
#DC04BC
PinkColor Codes
All color formats for development
HEX
#DC04BCRGB
rgb(220, 4, 188)HSL
hsl(309, 96%, 44%)OKLCH
oklch(0.61 0.268 336.8)CMYK
cmyk(0%, 98%, 15%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C604A9
2#B00496
3#9A0383
4#840371
5#6E025E
6#58024B
7#420138
8#2C0126
9#160013
Tints
Lighter variations
1#F805D3
2#FA1FDA
3#FB3BDE
4#FC57E3
5#FC73E8
6#FD8FEC
7#FDABF1
8#FEC7F6
9#FEE3FA
Tones
Muted variations
1#D10FB4
2#C61AAD
3#BC25A5
4#B1309D
5#A63A96
6#9B458E
7#915087
8#865B7F
9#7B6578
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CEC | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E2 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500244 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FEDCF9;
--deep-pink-200: #FEBEF4;
--deep-pink-300: #FD8CEC;
--deep-pink-400: #FB50E2;
--deep-pink-500: #FA1ED9;
--deep-pink-600: #DC04BC;
--deep-pink-700: #AF0495;
--deep-pink-800: #7D036B;
--deep-pink-900: #500244;
--deep-pink-950: #32012B;
}