Deep Pink

#CA16CA

Pink

Color Codes

All color formats for development

HEX
#CA16CA
RGB
rgb(202, 22, 202)
HSL
hsl(300, 80%, 44%)
OKLCH
oklch(0.594 0.264 328.3)
CMYK
cmyk(0%, 89%, 0%, 21%)

Accessibility

WCAG contrast compliance

On White Background

4.69:1

AA AAA

On Black Background

4.48: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#B614B6
2#A212A2
3#8D108D
4#790D79
5#650B65
6#510951
7#3D073D
8#280428
9#140214

Tints

Lighter variations

1#E419E4
2#E831E8
3#EB4BEB
4#EE65EE
5#F17EF1
6#F498F4
7#F6B2F6
8#F9CCF9
9#FCE5FC

Tones

Muted variations

1#C11FC1
2#B828B8
3#AF31AF
4#A63AA6
5#9D439D
6#944C94
7#8B558B
8#825E82
9#796779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFFB
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3F8
Secondary backgroundsInput backgroundsDividers
300
F395
#F395F3
BordersInactive statesPlaceholder text
400
ED5E
#ED5EED
Disabled statesSecondary iconsMuted text
500
E830
#E830E8
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16CA
Hover statesFocus ringsPrimary buttons hover
700
A112
#A112A1
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D73
Text on light backgroundsHeadingsStrong borders
900
4908
#490849
Primary textHigh emphasis contentDark headings
950
2E05
#2E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF1FD;
  --deep-pink-100: #FBDFFB;
  --deep-pink-200: #F8C3F8;
  --deep-pink-300: #F395F3;
  --deep-pink-400: #ED5EED;
  --deep-pink-500: #E830E8;
  --deep-pink-600: #CA16CA;
  --deep-pink-700: #A112A1;
  --deep-pink-800: #730D73;
  --deep-pink-900: #490849;
  --deep-pink-950: #2E052E;
}
Generate More ShadesCreate PaletteConvert Color