Deep Pink

#CA1688

Pink

Color Codes

All color formats for development

HEX
#CA1688
RGB
rgb(202, 22, 136)
HSL
hsl(322, 80%, 44%)
OKLCH
oklch(0.56 0.224 349.4)
CMYK
cmyk(0%, 89%, 33%, 21%)

Accessibility

WCAG contrast compliance

On White Background

5.27:1

AA AAA

On Black Background

3.98: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#B6147B
2#A2126D
3#8D105F
4#790D52
5#650B44
6#510936
7#3D0729
8#28041B
9#14020E

Tints

Lighter variations

1#E41999
2#E831A5
3#EB4BB0
4#EE65BC
5#F17EC7
6#F498D2
7#F6B2DD
8#F9CCE9
9#FCE5F4

Tones

Muted variations

1#C11F86
2#B82883
3#AF3181
4#A63A7F
5#9D437C
6#944C7A
7#8B5577
8#825E75
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
#F8C3E5
Secondary backgroundsInput backgroundsDividers
300
F395
#F395D1
BordersInactive statesPlaceholder text
400
ED5E
#ED5EB9
Disabled statesSecondary iconsMuted text
500
E830
#E830A5
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1688
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1126C
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D4D
Text on light backgroundsHeadingsStrong borders
900
4908
#490832
Primary textHigh emphasis contentDark headings
950
2E05
#2E051F
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: #F8C3E5;
  --deep-pink-300: #F395D1;
  --deep-pink-400: #ED5EB9;
  --deep-pink-500: #E830A5;
  --deep-pink-600: #CA1688;
  --deep-pink-700: #A1126C;
  --deep-pink-800: #730D4D;
  --deep-pink-900: #490832;
  --deep-pink-950: #2E051F;
}
Generate More ShadesCreate PaletteConvert Color