Deep Pink

#C918AE

Pink

Color Codes

All color formats for development

HEX
#C918AE
RGB
rgb(201, 24, 174)
HSL
hsl(309, 79%, 44%)
OKLCH
oklch(0.577 0.244 336.2)
CMYK
cmyk(0%, 88%, 13%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.97:1

AA AAA

On Black Background

4.23: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#B5159D
2#A1138B
3#8D107A
4#790E69
5#640C57
6#500946
7#3C0734
8#280523
9#140211

Tints

Lighter variations

1#E21BC4
2#E733CC
3#EA4CD2
4#ED66D9
5#F07FDF
6#F399E5
7#F6B2EC
8#F9CCF2
9#FCE5F9

Tones

Muted variations

1#C020A8
2#B729A2
3#AE329C
4#A53B95
5#9D448F
6#944D89
7#8B5683
8#825E7D
9#796776

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF7
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4F0
Secondary backgroundsInput backgroundsDividers
300
F396
#F396E5
BordersInactive statesPlaceholder text
400
EC5F
#EC5FD7
Disabled statesSecondary iconsMuted text
500
E732
#E732CC
Primary brand colorCTAsActive elementsLinks
600
C918
#C918AE
Hover statesFocus ringsPrimary buttons hover
700
A013
#A0138B
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D63
Text on light backgroundsHeadingsStrong borders
900
4909
#49093F
Primary textHigh emphasis contentDark headings
950
2E05
#2E0528
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FC;
  --deep-pink-100: #FBDFF7;
  --deep-pink-200: #F8C4F0;
  --deep-pink-300: #F396E5;
  --deep-pink-400: #EC5FD7;
  --deep-pink-500: #E732CC;
  --deep-pink-600: #C918AE;
  --deep-pink-700: #A0138B;
  --deep-pink-800: #720D63;
  --deep-pink-900: #49093F;
  --deep-pink-950: #2E0528;
}
Generate More ShadesCreate PaletteConvert Color