Deep Pink
#DC04A6
PinkColor Codes
All color formats for development
HEX
#DC04A6RGB
rgb(220, 4, 166)HSL
hsl(315, 96%, 44%)OKLCH
oklch(0.599 0.255 343.3)CMYK
cmyk(0%, 98%, 25%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C60495
2#B00485
3#9A0374
4#840364
5#6E0253
6#580242
7#420132
8#2C0121
9#160011
Tints
Lighter variations
1#F805BB
2#FA1FC4
3#FB3BCB
4#FC57D2
5#FC73DA
6#FD8FE1
7#FDABE9
8#FEC7F0
9#FEE3F8
Tones
Muted variations
1#D10FA1
2#C61A9B
3#BC2596
4#B13091
5#A63A8B
6#9B4586
7#915080
8#865B7B
9#7B6576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D1 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FB;
--deep-pink-100: #FEDCF6;
--deep-pink-200: #FEBEEE;
--deep-pink-300: #FD8CE1;
--deep-pink-400: #FB50D1;
--deep-pink-500: #FA1EC3;
--deep-pink-600: #DC04A6;
--deep-pink-700: #AF0484;
--deep-pink-800: #7D035E;
--deep-pink-900: #50023C;
--deep-pink-950: #320126;
}