Deep Pink
#DC04AD
PinkColor Codes
All color formats for development
HEX
#DC04ADRGB
rgb(220, 4, 173)HSL
hsl(313, 96%, 44%)OKLCH
oklch(0.603 0.259 341.2)CMYK
cmyk(0%, 98%, 21%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6049C
2#B0048B
3#9A0379
4#840368
5#6E0257
6#580245
7#420134
8#2C0123
9#160011
Tints
Lighter variations
1#F805C3
2#FA1FCB
3#FB3BD1
4#FC57D8
5#FC73DE
6#FD8FE5
7#FDABEB
8#FEC7F2
9#FEE3F8
Tones
Muted variations
1#D10FA7
2#C61AA1
3#BC259B
4#B13095
5#A63A8F
6#9B4589
7#915083
8#865B7C
9#7B6576
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE4 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D6 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF048A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023F | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FC;
--deep-pink-100: #FEDCF7;
--deep-pink-200: #FEBEF0;
--deep-pink-300: #FD8CE4;
--deep-pink-400: #FB50D6;
--deep-pink-500: #FA1ECB;
--deep-pink-600: #DC04AD;
--deep-pink-700: #AF048A;
--deep-pink-800: #7D0362;
--deep-pink-900: #50023F;
--deep-pink-950: #320127;
}