Deep Pink
#DC049B
PinkColor Codes
All color formats for development
HEX
#DC049BRGB
rgb(220, 4, 155)HSL
hsl(318, 96%, 44%)OKLCH
oklch(0.595 0.25 346.8)CMYK
cmyk(0%, 98%, 30%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6048C
2#B0047C
3#9A036D
4#84035D
5#6E024E
6#58023E
7#42012F
8#2C011F
9#160010
Tints
Lighter variations
1#F805AF
2#FA1FB9
3#FB3BC1
4#FC57CA
5#FC73D3
6#FD8FDC
7#FDABE5
8#FEC7ED
9#FEE3F6
Tones
Muted variations
1#D10F97
2#C61A93
3#BC258E
4#B1308A
5#A63A86
6#9B4581
7#91507D
8#865B79
9#7B6575
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CDB | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50C8 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC049B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF047C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500238 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FFF0FA;
--deep-pink-100: #FEDCF4;
--deep-pink-200: #FEBEEB;
--deep-pink-300: #FD8CDB;
--deep-pink-400: #FB50C8;
--deep-pink-500: #FA1EB8;
--deep-pink-600: #DC049B;
--deep-pink-700: #AF047C;
--deep-pink-800: #7D0358;
--deep-pink-900: #500238;
--deep-pink-950: #320123;
}