Deep Pink
#DC04C6
PinkColor Codes
All color formats for development
HEX
#DC04C6RGB
rgb(220, 4, 198)HSL
hsl(306, 96%, 44%)OKLCH
oklch(0.616 0.274 334)CMYK
cmyk(0%, 98%, 10%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C604B3
2#B0049F
3#9A038B
4#840377
5#6E0263
6#58024F
7#42013C
8#2C0128
9#160014
Tints
Lighter variations
1#F805E0
2#FA1FE4
3#FB3BE8
4#FC57EB
5#FC73EE
6#FD8FF2
7#FDABF5
8#FEC7F8
9#FEE3FC
Tones
Muted variations
1#D10FBE
2#C61AB5
3#BC25AD
4#B130A4
5#A63A9B
6#9B4593
7#91508A
8#865B81
9#7B6579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50EA | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500248 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FD;
--deep-pink-100: #FEDCFB;
--deep-pink-200: #FEBEF7;
--deep-pink-300: #FD8CF1;
--deep-pink-400: #FB50EA;
--deep-pink-500: #FA1EE4;
--deep-pink-600: #DC04C6;
--deep-pink-700: #AF049E;
--deep-pink-800: #7D0371;
--deep-pink-900: #500248;
--deep-pink-950: #32012D;
}