Deep Pink
#DD0398
PinkColor Codes
All color formats for development
HEX
#DD0398RGB
rgb(221, 3, 152)HSL
hsl(319, 97%, 44%)OKLCH
oklch(0.595 0.249 348)CMYK
cmyk(0%, 99%, 31%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C70389
2#B1037A
3#9B026A
4#85025B
5#6F024C
6#58013D
7#42012E
8#2C011E
9#16000F
Tints
Lighter variations
1#F904AB
2#FC1EB5
3#FC3ABF
4#FC56C8
5#FD72D1
6#FD8EDA
7#FEABE3
8#FEC7ED
9#FFE3F6
Tones
Muted variations
1#D20E94
2#C71990
3#BC248C
4#B22F88
5#A73A84
6#9C4580
7#91507C
8#865A78
9#7B6574
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD9 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC5 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0398 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0256 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500137 | 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: #FEDCF3;
--deep-pink-200: #FEBEEA;
--deep-pink-300: #FD8BD9;
--deep-pink-400: #FC4FC5;
--deep-pink-500: #FC1DB5;
--deep-pink-600: #DD0398;
--deep-pink-700: #B00379;
--deep-pink-800: #7E0256;
--deep-pink-900: #500137;
--deep-pink-950: #320123;
}