Deep Pink

#C918B1

Pink

Color Codes

All color formats for development

HEX
#C918B1
RGB
rgb(201, 24, 177)
HSL
hsl(308, 79%, 44%)
OKLCH
oklch(0.579 0.246 335.2)
CMYK
cmyk(0%, 88%, 12%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.94:1

AA AAA

On Black Background

4.25: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#B5159F
2#A1138E
3#8D107C
4#790E6A
5#640C59
6#500947
7#3C0735
8#280523
9#140212

Tints

Lighter variations

1#E21BC8
2#E733CF
3#EA4CD5
4#ED66DB
5#F07FE1
6#F399E7
7#F6B2ED
8#F9CCF3
9#FCE5F9

Tones

Muted variations

1#C020AB
2#B729A4
3#AE329E
4#A53B97
5#9D4491
6#944D8A
7#8B5684
8#825E7D
9#796777

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
#F8C4F1
Secondary backgroundsInput backgroundsDividers
300
F396
#F396E6
BordersInactive statesPlaceholder text
400
EC5F
#EC5FD9
Disabled statesSecondary iconsMuted text
500
E732
#E732CF
Primary brand colorCTAsActive elementsLinks
600
C918
#C918B1
Hover statesFocus ringsPrimary buttons hover
700
A013
#A0138D
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D65
Text on light backgroundsHeadingsStrong borders
900
4909
#490940
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: #F8C4F1;
  --deep-pink-300: #F396E6;
  --deep-pink-400: #EC5FD9;
  --deep-pink-500: #E732CF;
  --deep-pink-600: #C918B1;
  --deep-pink-700: #A0138D;
  --deep-pink-800: #720D65;
  --deep-pink-900: #490940;
  --deep-pink-950: #2E0528;
}
Generate More ShadesCreate PaletteConvert Color