Deep Pink

#C918B4

Pink

Color Codes

All color formats for development

HEX
#C918B4
RGB
rgb(201, 24, 180)
HSL
hsl(307, 79%, 44%)
OKLCH
oklch(0.58 0.248 334.3)
CMYK
cmyk(0%, 88%, 10%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.91:1

AA AAA

On Black Background

4.27: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#B515A2
2#A11390
3#8D107E
4#790E6C
5#640C5A
6#500948
7#3C0736
8#280524
9#140212

Tints

Lighter variations

1#E21BCB
2#E733D2
3#EA4CD8
4#ED66DD
5#F07FE3
6#F399E8
7#F6B2EE
8#F9CCF4
9#FCE5F9

Tones

Muted variations

1#C020AD
2#B729A7
3#AE32A0
4#A53B99
5#9D4492
6#944D8B
7#8B5685
8#825E7E
9#796777

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF8
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4F2
Secondary backgroundsInput backgroundsDividers
300
F396
#F396E8
BordersInactive statesPlaceholder text
400
EC5F
#EC5FDC
Disabled statesSecondary iconsMuted text
500
E732
#E732D2
Primary brand colorCTAsActive elementsLinks
600
C918
#C918B4
Hover statesFocus ringsPrimary buttons hover
700
A013
#A0138F
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D66
Text on light backgroundsHeadingsStrong borders
900
4909
#490942
Primary textHigh emphasis contentDark headings
950
2E05
#2E0529
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FC;
  --deep-pink-100: #FBDFF8;
  --deep-pink-200: #F8C4F2;
  --deep-pink-300: #F396E8;
  --deep-pink-400: #EC5FDC;
  --deep-pink-500: #E732D2;
  --deep-pink-600: #C918B4;
  --deep-pink-700: #A0138F;
  --deep-pink-800: #720D66;
  --deep-pink-900: #490942;
  --deep-pink-950: #2E0529;
}
Generate More ShadesCreate PaletteConvert Color