Deep Pink

#CA168B

Pink

Color Codes

All color formats for development

HEX
#CA168B
RGB
rgb(202, 22, 139)
HSL
hsl(321, 80%, 44%)
OKLCH
oklch(0.561 0.226 348.3)
CMYK
cmyk(0%, 89%, 31%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.25:1

AA AAA

On Black Background

4.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#B6147D
2#A2126F
3#8D1061
4#790D53
5#650B46
6#510938
7#3D072A
8#28041C
9#14020E

Tints

Lighter variations

1#E4199D
2#E831A8
3#EB4BB3
4#EE65BE
5#F17EC9
6#F498D4
7#F6B2DE
8#F9CCE9
9#FCE5F4

Tones

Muted variations

1#C11F88
2#B82886
3#AF3183
4#A63A80
5#9D437E
6#944C7B
7#8B5578
8#825E76
9#796773

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF1
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3E6
Secondary backgroundsInput backgroundsDividers
300
F395
#F395D2
BordersInactive statesPlaceholder text
400
ED5E
#ED5EBB
Disabled statesSecondary iconsMuted text
500
E830
#E830A8
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA168B
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1126F
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D4F
Text on light backgroundsHeadingsStrong borders
900
4908
#490833
Primary textHigh emphasis contentDark headings
950
2E05
#2E0520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1F9;
  --deep-pink-100: #FBDFF1;
  --deep-pink-200: #F8C3E6;
  --deep-pink-300: #F395D2;
  --deep-pink-400: #ED5EBB;
  --deep-pink-500: #E830A8;
  --deep-pink-600: #CA168B;
  --deep-pink-700: #A1126F;
  --deep-pink-800: #730D4F;
  --deep-pink-900: #490833;
  --deep-pink-950: #2E0520;
}
Generate More ShadesCreate PaletteConvert Color