Deep Pink

#FC1DAA

Pink

Color Codes

All color formats for development

HEX
#FC1DAA
RGB
rgb(252, 29, 170)
HSL
hsl(322, 97%, 55%)
OKLCH
oklch(0.661 0.265 349.5)
CMYK
cmyk(0%, 88%, 33%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.56:1

AA AAA

On Black Background

5.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8B
400
#FC4F
500
#FC1D
600
#DD03
700
#B003
800
#7E02
900
#5001
950
#3201

Shades

Darker variations

1#F9049F
2#DD038D
3#C1037C
4#A6036A
5#8A0258
6#6F0247
7#530135
8#370123
9#1C0012

Tints

Lighter variations

1#FC34B2
2#FC4ABB
3#FD61C3
4#FD77CC
5#FD8ED4
6#FEA5DD
7#FEBBE5
8#FED2EE
9#FFE8F6

Tones

Muted variations

1#F028A7
2#E533A4
3#DA3EA1
4#CF499E
5#C4559B
6#B96098
7#AE6B95
8#A37692
9#97818F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F9
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCF2
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEE6
Secondary backgroundsInput backgroundsDividers
300
FD8B
#FD8BD4
BordersInactive statesPlaceholder text
400
FC4F
#FC4FBD
Disabled statesSecondary iconsMuted text
500
FC1D
#FC1DAA
Primary brand colorCTAsActive elementsLinks
600
DD03
#DD038D
Hover statesFocus ringsPrimary buttons hover
700
B003
#B00370
Active/pressed statesDark mode accentsSecondary text
800
7E02
#7E0250
Text on light backgroundsHeadingsStrong borders
900
5001
#500133
Primary textHigh emphasis contentDark headings
950
3201
#320120
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --deep-pink-50: #FFF0F9;
  --deep-pink-100: #FEDCF2;
  --deep-pink-200: #FEBEE6;
  --deep-pink-300: #FD8BD4;
  --deep-pink-400: #FC4FBD;
  --deep-pink-500: #FC1DAA;
  --deep-pink-600: #DD038D;
  --deep-pink-700: #B00370;
  --deep-pink-800: #7E0250;
  --deep-pink-900: #500133;
  --deep-pink-950: #320120;
}
Generate More ShadesCreate PaletteConvert Color