Deep Pink

#D30D8B

Pink

Color Codes

All color formats for development

HEX
#D30D8B
RGB
rgb(211, 13, 139)
HSL
hsl(322, 88%, 44%)
OKLCH
oklch(0.574 0.235 350.2)
CMYK
cmyk(0%, 94%, 34%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.00:1

AA AAA

On Black Background

4.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#BE0C7D
2#A90B6F
3#940961
4#7F0853
5#690745
6#540537
7#3F042A
8#2A031C
9#15010E

Tints

Lighter variations

1#EE0F9C
2#F128A8
3#F343B2
4#F55EBD
5#F679C8
6#F894D3
7#FAAEDE
8#FCC9E9
9#FDE4F4

Tones

Muted variations

1#C91788
2#BF2185
3#B52B83
4#AB3580
5#A23F7D
6#98497B
7#8E5378
8#845C75
9#7A6673

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDF1
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1E6
Secondary backgroundsInput backgroundsDividers
300
F891
#F891D2
BordersInactive statesPlaceholder text
400
F457
#F457BB
Disabled statesSecondary iconsMuted text
500
F127
#F127A7
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D8B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B6E
Active/pressed statesDark mode accentsSecondary text
800
7808
#78084F
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0532
Primary textHigh emphasis contentDark headings
950
3003
#30031F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FEF1F9;
  --deep-pink-100: #FDDDF1;
  --deep-pink-200: #FBC1E6;
  --deep-pink-300: #F891D2;
  --deep-pink-400: #F457BB;
  --deep-pink-500: #F127A7;
  --deep-pink-600: #D30D8B;
  --deep-pink-700: #A80B6E;
  --deep-pink-800: #78084F;
  --deep-pink-900: #4D0532;
  --deep-pink-950: #30031F;
}
Generate More ShadesCreate PaletteConvert Color