Deep Pink

#C41C8C

Pink

Color Codes

All color formats for development

HEX
#C41C8C
RGB
rgb(196, 28, 140)
HSL
hsl(320, 75%, 44%)
OKLCH
oklch(0.554 0.219 346.5)
CMYK
cmyk(0%, 86%, 29%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.40:1

AA AAA

On Black Background

3.89: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#B1197E
2#9D1670
3#891462
4#761154
5#620E46
6#4F0B38
7#3B082A
8#27061C
9#14030E

Tints

Lighter variations

1#DD209E
2#E237A9
3#E650B4
4#EA69BF
5#ED82C9
6#F19BD4
7#F4B4DF
8#F8CDEA
9#FBE6F4

Tones

Muted variations

1#BC2489
2#B42D87
3#AB3584
4#A33E81
5#9A467E
6#924F7B
7#895779
8#815F76
9#796873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F9
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F2
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E6
Secondary backgroundsInput backgroundsDividers
300
F098
#F098D3
BordersInactive statesPlaceholder text
400
E963
#E963BC
Disabled statesSecondary iconsMuted text
500
E236
#E236A9
Primary brand colorCTAsActive elementsLinks
600
C41C
#C41C8C
Hover statesFocus ringsPrimary buttons hover
700
9C16
#9C1670
Active/pressed statesDark mode accentsSecondary text
800
7010
#701050
Text on light backgroundsHeadingsStrong borders
900
470A
#470A33
Primary textHigh emphasis contentDark headings
950
2D06
#2D0620
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF2F9;
  --deep-pink-100: #FBE0F2;
  --deep-pink-200: #F7C5E6;
  --deep-pink-300: #F098D3;
  --deep-pink-400: #E963BC;
  --deep-pink-500: #E236A9;
  --deep-pink-600: #C41C8C;
  --deep-pink-700: #9C1670;
  --deep-pink-800: #701050;
  --deep-pink-900: #470A33;
  --deep-pink-950: #2D0620;
}
Generate More ShadesCreate PaletteConvert Color