Deep Pink

#C41C7E

Pink

Color Codes

All color formats for development

HEX
#C41C7E
RGB
rgb(196, 28, 126)
HSL
hsl(325, 75%, 44%)
OKLCH
oklch(0.548 0.212 351.9)
CMYK
cmyk(0%, 86%, 36%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.51:1

AA AAA

On Black Background

3.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F098
400
#E963
500
#E236
600
#C41C
700
#9C16
800
#7010
900
#470A
950
#2D06

Shades

Darker variations

1#B11972
2#9D1665
3#891458
4#76114C
5#620E3F
6#4F0B32
7#3B0826
8#270619
9#14030D

Tints

Lighter variations

1#DD208E
2#E2379B
3#E650A8
4#EA69B4
5#ED82C1
6#F19BCD
7#F4B4DA
8#F8CDE6
9#FBE6F3

Tones

Muted variations

1#BC247D
2#B42D7B
3#AB357A
4#A33E79
5#9A4677
6#924F76
7#895774
8#815F73
9#796872

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F8
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EF
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E2
Secondary backgroundsInput backgroundsDividers
300
F098
#F098CC
BordersInactive statesPlaceholder text
400
E963
#E963B1
Disabled statesSecondary iconsMuted text
500
E236
#E2369B
Primary brand colorCTAsActive elementsLinks
600
C41C
#C41C7E
Hover statesFocus ringsPrimary buttons hover
700
9C16
#9C1664
Active/pressed statesDark mode accentsSecondary text
800
7010
#701048
Text on light backgroundsHeadingsStrong borders
900
470A
#470A2E
Primary textHigh emphasis contentDark headings
950
2D06
#2D061D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF2F8;
  --deep-pink-100: #FBE0EF;
  --deep-pink-200: #F7C5E2;
  --deep-pink-300: #F098CC;
  --deep-pink-400: #E963B1;
  --deep-pink-500: #E2369B;
  --deep-pink-600: #C41C7E;
  --deep-pink-700: #9C1664;
  --deep-pink-800: #701048;
  --deep-pink-900: #470A2E;
  --deep-pink-950: #2D061D;
}
Generate More ShadesCreate PaletteConvert Color