Deep Pink
#DC04B1
PinkColor Codes
All color formats for development
HEX
#DC04B1RGB
rgb(220, 4, 177)HSL
hsl(312, 96%, 44%)OKLCH
oklch(0.605 0.261 340)CMYK
cmyk(0%, 98%, 20%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6049F
2#B0048D
3#9A037C
4#84036A
5#6E0258
6#580247
7#420135
8#2C0123
9#160012
Tints
Lighter variations
1#F805C7
2#FA1FCF
3#FB3BD5
4#FC57DB
5#FC73E1
6#FD8FE7
7#FDABED
8#FEC7F3
9#FEE3F9
Tones
Muted variations
1#D10FAA
2#C61AA4
3#BC259D
4#B13097
5#A63A91
6#9B458A
7#915084
8#865B7D
9#7B6577
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 #FEBEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE6 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D9 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1ECE | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF048D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500240 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320128 | 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: #FEBEF1;
--deep-pink-300: #FD8CE6;
--deep-pink-400: #FB50D9;
--deep-pink-500: #FA1ECE;
--deep-pink-600: #DC04B1;
--deep-pink-700: #AF048D;
--deep-pink-800: #7D0364;
--deep-pink-900: #500240;
--deep-pink-950: #320128;
}