Deep Pink

#C918A5

Pink

Color Codes

All color formats for development

HEX
#C918A5
RGB
rgb(201, 24, 165)
HSL
hsl(312, 79%, 44%)
OKLCH
oklch(0.572 0.239 339)
CMYK
cmyk(0%, 88%, 18%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.05:1

AA AAA

On Black Background

4.16: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#B51595
2#A11384
3#8D1074
4#790E63
5#640C53
6#500942
7#3C0732
8#280521
9#140211

Tints

Lighter variations

1#E21BBA
2#E733C3
3#EA4CCA
4#ED66D2
5#F07FD9
6#F399E1
7#F6B2E8
8#F9CCF0
9#FCE5F7

Tones

Muted variations

1#C020A0
2#B7299B
3#AE3295
4#A53B90
5#9D448B
6#944D85
7#8B5680
8#825E7B
9#796776

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FB
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF6
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4EE
Secondary backgroundsInput backgroundsDividers
300
F396
#F396E0
BordersInactive statesPlaceholder text
400
EC5F
#EC5FD0
Disabled statesSecondary iconsMuted text
500
E732
#E732C3
Primary brand colorCTAsActive elementsLinks
600
C918
#C918A5
Hover statesFocus ringsPrimary buttons hover
700
A013
#A01384
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D5E
Text on light backgroundsHeadingsStrong borders
900
4909
#49093C
Primary textHigh emphasis contentDark headings
950
2E05
#2E0526
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FB;
  --deep-pink-100: #FBDFF6;
  --deep-pink-200: #F8C4EE;
  --deep-pink-300: #F396E0;
  --deep-pink-400: #EC5FD0;
  --deep-pink-500: #E732C3;
  --deep-pink-600: #C918A5;
  --deep-pink-700: #A01384;
  --deep-pink-800: #720D5E;
  --deep-pink-900: #49093C;
  --deep-pink-950: #2E0526;
}
Generate More ShadesCreate PaletteConvert Color