Deep Pink
#D908BD
PinkColor Codes
All color formats for development
HEX
#D908BDRGB
rgb(217, 8, 189)HSL
hsl(308, 93%, 44%)OKLCH
oklch(0.607 0.266 335.8)CMYK
cmyk(0%, 96%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C307AA
2#AD0697
3#980584
4#820571
5#6C045E
6#57034B
7#410239
8#2B0226
9#160113
Tints
Lighter variations
1#F409D5
2#F723DB
3#F83EDF
4#F95AE4
5#FA75E8
6#FB91ED
7#FCACF1
8#FDC8F6
9#FEE3FA
Tones
Muted variations
1#CE12B5
2#C41DAD
3#B927A6
4#AF329E
5#A43C96
6#9A468F
7#905187
8#855B80
9#7B6678
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EEC | BordersInactive statesPlaceholder text |
| 400 | F953 #F953E3 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722DB | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B046B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0345 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0FD;
--deep-pink-100: #FEDDF9;
--deep-pink-200: #FDBFF4;
--deep-pink-300: #FB8EEC;
--deep-pink-400: #F953E3;
--deep-pink-500: #F722DB;
--deep-pink-600: #D908BD;
--deep-pink-700: #AC0696;
--deep-pink-800: #7B046B;
--deep-pink-900: #4F0345;
--deep-pink-950: #31022B;
}