Deep Pink

#C51B9B

Pink

Color Codes

All color formats for development

HEX
#C51B9B
RGB
rgb(197, 27, 155)
HSL
hsl(315, 76%, 44%)
OKLCH
oklch(0.562 0.229 341.4)
CMYK
cmyk(0%, 86%, 21%, 23%)

Accessibility

WCAG contrast compliance

On White Background

5.24:1

AA AAA

On Black Background

4.00: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#B2188B
2#9E167C
3#8A136C
4#76105D
5#630D4D
6#4F0B3E
7#3B082E
8#27051F
9#14030F

Tints

Lighter variations

1#DF1EAF
2#E436B8
3#E74FC1
4#EA68CA
5#EE81D3
6#F19ADC
7#F5B4E4
8#F8CDED
9#FCE6F6

Tones

Muted variations

1#BD2397
2#B42C92
3#AC358E
4#A33D8A
5#9B4686
6#924E81
7#8A577D
8#815F79
9#796874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FA
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F4
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5EA
Secondary backgroundsInput backgroundsDividers
300
F198
#F198DB
BordersInactive statesPlaceholder text
400
EA62
#EA62C8
Disabled statesSecondary iconsMuted text
500
E335
#E335B8
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B9B
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D157B
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F58
Text on light backgroundsHeadingsStrong borders
900
480A
#480A38
Primary textHigh emphasis contentDark headings
950
2D06
#2D0623
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FDF2FA;
  --deep-pink-100: #FBE0F4;
  --deep-pink-200: #F7C5EA;
  --deep-pink-300: #F198DB;
  --deep-pink-400: #EA62C8;
  --deep-pink-500: #E335B8;
  --deep-pink-600: #C51B9B;
  --deep-pink-700: #9D157B;
  --deep-pink-800: #700F58;
  --deep-pink-900: #480A38;
  --deep-pink-950: #2D0623;
}
Generate More ShadesCreate PaletteConvert Color