Deep Pink

#C51B81

Pink

Color Codes

All color formats for development

HEX
#C51B81
RGB
rgb(197, 27, 129)
HSL
hsl(324, 76%, 44%)
OKLCH
oklch(0.551 0.215 350.9)
CMYK
cmyk(0%, 86%, 35%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.46:1

AA AAA

On Black Background

3.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#B21874
2#9E1667
3#8A135A
4#76104E
5#630D41
6#4F0B34
7#3B0827
8#27051A
9#14030D

Tints

Lighter variations

1#DF1E92
2#E4369E
3#E74FAA
4#EA68B6
5#EE81C2
6#F19ACF
7#F5B4DB
8#F8CDE7
9#FCE6F3

Tones

Muted variations

1#BD2380
2#B42C7E
3#AC357C
4#A33D7A
5#9B4679
6#924E77
7#8A5775
8#815F74
9#796872

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F9
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F0
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E3
Secondary backgroundsInput backgroundsDividers
300
F198
#F198CD
BordersInactive statesPlaceholder text
400
EA62
#EA62B3
Disabled statesSecondary iconsMuted text
500
E335
#E3359E
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B81
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1567
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F49
Text on light backgroundsHeadingsStrong borders
900
480A
#480A2F
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: #FDF2F9;
  --deep-pink-100: #FBE0F0;
  --deep-pink-200: #F7C5E3;
  --deep-pink-300: #F198CD;
  --deep-pink-400: #EA62B3;
  --deep-pink-500: #E3359E;
  --deep-pink-600: #C51B81;
  --deep-pink-700: #9D1567;
  --deep-pink-800: #700F49;
  --deep-pink-900: #480A2F;
  --deep-pink-950: #2D061D;
}
Generate More ShadesCreate PaletteConvert Color