Deep Pink

#C81982

Pink

Color Codes

All color formats for development

HEX
#C81982
RGB
rgb(200, 25, 130)
HSL
hsl(324, 78%, 44%)
OKLCH
oklch(0.556 0.219 351.2)
CMYK
cmyk(0%, 88%, 35%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.36:1

AA AAA

On Black Background

3.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#B41675
2#A01468
3#8C115B
4#780F4E
5#640C41
6#500A34
7#3C0727
8#28051A
9#14020D

Tints

Lighter variations

1#E11C92
2#E6349F
3#E94DAB
4#EC66B7
5#EF80C3
6#F299CF
7#F6B3DB
8#F9CCE7
9#FCE6F3

Tones

Muted variations

1#BF2180
2#B62A7E
3#AD337C
4#A53C7B
5#9C4479
6#934D77
7#8A5675
8#825F74
9#796772

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF0
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4E3
Secondary backgroundsInput backgroundsDividers
300
F297
#F297CD
BordersInactive statesPlaceholder text
400
EB60
#EB60B4
Disabled statesSecondary iconsMuted text
500
E633
#E6339E
Primary brand colorCTAsActive elementsLinks
600
C819
#C81982
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1467
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E4A
Text on light backgroundsHeadingsStrong borders
900
4909
#49092F
Primary textHigh emphasis contentDark headings
950
2D06
#2D061D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1F9;
  --deep-pink-100: #FBDFF0;
  --deep-pink-200: #F8C4E3;
  --deep-pink-300: #F297CD;
  --deep-pink-400: #EB60B4;
  --deep-pink-500: #E6339E;
  --deep-pink-600: #C81982;
  --deep-pink-700: #9F1467;
  --deep-pink-800: #710E4A;
  --deep-pink-900: #49092F;
  --deep-pink-950: #2D061D;
}
Generate More ShadesCreate PaletteConvert Color