Deep Pink
#DD0394
PinkColor Codes
All color formats for development
HEX
#DD0394RGB
rgb(221, 3, 148)HSL
hsl(320, 97%, 44%)OKLCH
oklch(0.593 0.247 349.3)CMYK
cmyk(0%, 99%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C70386
2#B10377
3#9B0268
4#850259
5#6F024A
6#58013B
7#42012D
8#2C011E
9#16000F
Tints
Lighter variations
1#F904A7
2#FC1EB2
3#FC3ABB
4#FC56C5
5#FD72CF
6#FD8ED8
7#FEABE2
8#FEC7EC
9#FFE3F5
Tones
Muted variations
1#D20E91
2#C7198D
3#BC248A
4#B22F86
5#A73A82
6#9C457F
7#91507B
8#865A77
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 #FEBEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD7 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FC3 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0394 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500136 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | 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: #FEBEE9;
--deep-pink-300: #FD8BD7;
--deep-pink-400: #FC4FC3;
--deep-pink-500: #FC1DB1;
--deep-pink-600: #DD0394;
--deep-pink-700: #B00376;
--deep-pink-800: #7E0254;
--deep-pink-900: #500136;
--deep-pink-950: #320122;
}