Deep Pink

#D908B6

Pink

Color Codes

All color formats for development

HEX
#D908B6
RGB
rgb(217, 8, 182)
HSL
hsl(310, 93%, 44%)
OKLCH
oklch(0.603 0.262 337.8)
CMYK
cmyk(0%, 96%, 16%, 15%)

Accessibility

WCAG contrast compliance

On White Background

4.51:1

AA AAA

On Black Background

4.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FEDD
200
#FDBF
300
#FB8E
400
#F953
500
#F722
600
#D908
700
#AC06
800
#7B04
900
#4F03
950
#3102

Shades

Darker variations

1#C307A4
2#AD0691
3#98057F
4#82056D
5#6C045B
6#570349
7#410237
8#2B0224
9#160112

Tints

Lighter variations

1#F409CD
2#F723D4
3#F83ED9
4#F95ADE
5#FA75E4
6#FB91E9
7#FCACEF
8#FDC8F4
9#FEE3FA

Tones

Muted variations

1#CE12AF
2#C41DA8
3#B927A1
4#AF329A
5#A43C93
6#9A468C
7#905185
8#855B7E
9#7B6677

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0FC
BackgroundsSubtle highlightsCard backgrounds
100
FEDD
#FEDDF8
Light backgroundsTable row hoverSkeleton loading
200
FDBF
#FDBFF2
Secondary backgroundsInput backgroundsDividers
300
FB8E
#FB8EE9
BordersInactive statesPlaceholder text
400
F953
#F953DD
Disabled statesSecondary iconsMuted text
500
F722
#F722D3
Primary brand colorCTAsActive elementsLinks
600
D908
#D908B6
Hover statesFocus ringsPrimary buttons hover
700
AC06
#AC0691
Active/pressed statesDark mode accentsSecondary text
800
7B04
#7B0467
Text on light backgroundsHeadingsStrong borders
900
4F03
#4F0342
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: #FDBFF2;
  --deep-pink-300: #FB8EE9;
  --deep-pink-400: #F953DD;
  --deep-pink-500: #F722D3;
  --deep-pink-600: #D908B6;
  --deep-pink-700: #AC0691;
  --deep-pink-800: #7B0467;
  --deep-pink-900: #4F0342;
  --deep-pink-950: #310229;
}
Generate More ShadesCreate PaletteConvert Color