Deep Pink
#DD039C
PinkColor Codes
All color formats for development
HEX
#DD039CRGB
rgb(221, 3, 156)HSL
hsl(318, 97%, 44%)OKLCH
oklch(0.597 0.251 346.7)CMYK
cmyk(0%, 99%, 29%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C7038C
2#B1037D
3#9B026D
4#85025D
5#6F024E
6#58013E
7#42012F
8#2C011F
9#160010
Tints
Lighter variations
1#F904B0
2#FC1EB9
3#FC3AC2
4#FC56CB
5#FD72D3
6#FD8EDC
7#FEABE5
8#FEC7EE
9#FFE3F6
Tones
Muted variations
1#D20E97
2#C71993
3#BC248F
4#B22F8A
5#A73A86
6#9C4582
7#91507D
8#865A79
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 | FD8B #FD8BDB | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC8 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD039C | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0037C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0258 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500139 | 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: #FD8BDB;
--deep-pink-400: #FC4FC8;
--deep-pink-500: #FC1DB9;
--deep-pink-600: #DD039C;
--deep-pink-700: #B0037C;
--deep-pink-800: #7E0258;
--deep-pink-900: #500139;
--deep-pink-950: #320123;
}