Deep Pink
#D908B2
PinkColor Codes
All color formats for development
HEX
#D908B2RGB
rgb(217, 8, 178)HSL
hsl(311, 93%, 44%)OKLCH
oklch(0.601 0.26 339)CMYK
cmyk(0%, 96%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C307A0
2#AD068F
3#98057D
4#82056B
5#6C0459
6#570347
7#410235
8#2B0224
9#160112
Tints
Lighter variations
1#F409C9
2#F723D0
3#F83ED6
4#F95ADC
5#FA75E2
6#FB91E8
7#FCACED
8#FDC8F3
9#FEE3F9
Tones
Muted variations
1#CE12AC
2#C41DA5
3#B9279E
4#AF3298
5#A43C91
6#9A468B
7#905184
8#855B7D
9#7B6677
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953DA | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC068E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0341 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--deep-pink-50: #FEF0FC;
--deep-pink-100: #FEDDF8;
--deep-pink-200: #FDBFF1;
--deep-pink-300: #FB8EE7;
--deep-pink-400: #F953DA;
--deep-pink-500: #F722D0;
--deep-pink-600: #D908B2;
--deep-pink-700: #AC068E;
--deep-pink-800: #7B0465;
--deep-pink-900: #4F0341;
--deep-pink-950: #310229;
}