Deep Pink

#C71A8D

Pink

Color Codes

All color formats for development

HEX
#C71A8D
RGB
rgb(199, 26, 141)
HSL
hsl(320, 77%, 44%)
OKLCH
oklch(0.559 0.223 346.9)
CMYK
cmyk(0%, 87%, 29%, 22%)

Accessibility

WCAG contrast compliance

On White Background

5.30:1

AA AAA

On Black Background

3.96: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#B3177F
2#9F1571
3#8B1263
4#770F55
5#630D46
6#4F0A38
7#3C082A
8#28051C
9#14030E

Tints

Lighter variations

1#E01D9F
2#E535AA
3#E84EB5
4#EB67BF
5#EF81CA
6#F29AD5
7#F5B3DF
8#F8CCEA
9#FCE6F4

Tones

Muted variations

1#BE228A
2#B52B87
3#AD3484
4#A43C81
5#9B457F
6#934E7C
7#8A5679
8#815F76
9#796873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF2
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4E6
Secondary backgroundsInput backgroundsDividers
300
F297
#F297D3
BordersInactive statesPlaceholder text
400
EA61
#EA61BD
Disabled statesSecondary iconsMuted text
500
E534
#E534AA
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A8D
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1570
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F50
Text on light backgroundsHeadingsStrong borders
900
4809
#480933
Primary textHigh emphasis contentDark headings
950
2D06
#2D0620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1F9;
  --deep-pink-100: #FBDFF2;
  --deep-pink-200: #F7C4E6;
  --deep-pink-300: #F297D3;
  --deep-pink-400: #EA61BD;
  --deep-pink-500: #E534AA;
  --deep-pink-600: #C71A8D;
  --deep-pink-700: #9E1570;
  --deep-pink-800: #710F50;
  --deep-pink-900: #480933;
  --deep-pink-950: #2D0620;
}
Generate More ShadesCreate PaletteConvert Color