Deep Pink

#C9189A

Pink

Color Codes

All color formats for development

HEX
#C9189A
RGB
rgb(201, 24, 154)
HSL
hsl(316, 79%, 44%)
OKLCH
oklch(0.567 0.232 342.7)
CMYK
cmyk(0%, 88%, 23%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.15:1

AA AAA

On Black Background

4.08: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#B5158A
2#A1137B
3#8D106B
4#790E5C
5#640C4D
6#50093D
7#3C072E
8#28051F
9#14020F

Tints

Lighter variations

1#E21BAD
2#E733B7
3#EA4CC0
4#ED66C9
5#F07FD2
6#F399DB
7#F6B2E4
8#F9CCED
9#FCE5F6

Tones

Muted variations

1#C02095
2#B72991
3#AE328D
4#A53B89
5#9D4485
6#944D81
7#8B567D
8#825E78
9#796774

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FA
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF4
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4EA
Secondary backgroundsInput backgroundsDividers
300
F396
#F396DA
BordersInactive statesPlaceholder text
400
EC5F
#EC5FC7
Disabled statesSecondary iconsMuted text
500
E732
#E732B7
Primary brand colorCTAsActive elementsLinks
600
C918
#C9189A
Hover statesFocus ringsPrimary buttons hover
700
A013
#A0137A
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D57
Text on light backgroundsHeadingsStrong borders
900
4909
#490938
Primary textHigh emphasis contentDark headings
950
2E05
#2E0523
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FA;
  --deep-pink-100: #FBDFF4;
  --deep-pink-200: #F8C4EA;
  --deep-pink-300: #F396DA;
  --deep-pink-400: #EC5FC7;
  --deep-pink-500: #E732B7;
  --deep-pink-600: #C9189A;
  --deep-pink-700: #A0137A;
  --deep-pink-800: #720D57;
  --deep-pink-900: #490938;
  --deep-pink-950: #2E0523;
}
Generate More ShadesCreate PaletteConvert Color