Deep Pink

#C71A93

Pink

Color Codes

All color formats for development

HEX
#C71A93
RGB
rgb(199, 26, 147)
HSL
hsl(318, 77%, 44%)
OKLCH
oklch(0.561 0.226 344.7)
CMYK
cmyk(0%, 87%, 26%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.25:1

AA AAA

On Black Background

4.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F7C4
300
#F297
400
#EA61
500
#E534
600
#C71A
700
#9E15
800
#710F
900
#4809
950
#2D06

Shades

Darker variations

1#B31784
2#9F1575
3#8B1267
4#770F58
5#630D49
6#4F0A3B
7#3C082C
8#28051D
9#14030F

Tints

Lighter variations

1#E01DA5
2#E535B0
3#E84EBA
4#EB67C4
5#EF81CE
6#F29AD7
7#F5B3E1
8#F8CCEB
9#FCE6F5

Tones

Muted variations

1#BE228F
2#B52B8C
3#AD3488
4#A43C85
5#9B4581
6#934E7E
7#8A567B
8#815F77
9#796874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FA
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF3
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4E8
Secondary backgroundsInput backgroundsDividers
300
F297
#F297D6
BordersInactive statesPlaceholder text
400
EA61
#EA61C1
Disabled statesSecondary iconsMuted text
500
E534
#E534B0
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A93
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1575
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F53
Text on light backgroundsHeadingsStrong borders
900
4809
#480935
Primary textHigh emphasis contentDark headings
950
2D06
#2D0621
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FA;
  --deep-pink-100: #FBDFF3;
  --deep-pink-200: #F7C4E8;
  --deep-pink-300: #F297D6;
  --deep-pink-400: #EA61C1;
  --deep-pink-500: #E534B0;
  --deep-pink-600: #C71A93;
  --deep-pink-700: #9E1575;
  --deep-pink-800: #710F53;
  --deep-pink-900: #480935;
  --deep-pink-950: #2D0621;
}
Generate More ShadesCreate PaletteConvert Color