Deep Pink

#C9187F

Pink

Color Codes

All color formats for development

HEX
#C9187F
RGB
rgb(201, 24, 127)
HSL
hsl(325, 79%, 44%)
OKLCH
oklch(0.556 0.218 352.6)
CMYK
cmyk(0%, 88%, 37%, 21%)

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
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#B51572
2#A11366
3#8D1059
4#790E4C
5#640C3F
6#500933
7#3C0726
8#280519
9#14020D

Tints

Lighter variations

1#E21B8F
2#E7339C
3#EA4CA8
4#ED66B5
5#F07FC1
6#F399CD
7#F6B2DA
8#F9CCE6
9#FCE5F3

Tones

Muted variations

1#C0207D
2#B7297C
3#AE327B
4#A53B79
5#9D4478
6#944D76
7#8B5675
8#825E73
9#796772

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F8
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF0
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4E2
Secondary backgroundsInput backgroundsDividers
300
F396
#F396CC
BordersInactive statesPlaceholder text
400
EC5F
#EC5FB2
Disabled statesSecondary iconsMuted text
500
E732
#E7329B
Primary brand colorCTAsActive elementsLinks
600
C918
#C9187F
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01365
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D48
Text on light backgroundsHeadingsStrong borders
900
4909
#49092E
Primary textHigh emphasis contentDark headings
950
2E05
#2E051D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1F8;
  --deep-pink-100: #FBDFF0;
  --deep-pink-200: #F8C4E2;
  --deep-pink-300: #F396CC;
  --deep-pink-400: #EC5FB2;
  --deep-pink-500: #E7329B;
  --deep-pink-600: #C9187F;
  --deep-pink-700: #A01365;
  --deep-pink-800: #720D48;
  --deep-pink-900: #49092E;
  --deep-pink-950: #2E051D;
}
Generate More ShadesCreate PaletteConvert Color