Pink

#F7C5D8

Pink

Color Codes

All color formats for development

HEX
#F7C5D8
RGB
rgb(247, 197, 216)
HSL
hsl(337, 76%, 87%)
OKLCH
oklch(0.873 0.062 353.7)
CMYK
cmyk(0%, 20%, 13%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.51:1

AA AAA

On Black Background

13.93: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#F29EBE
2#EC77A4
3#E7508A
4#E2286F
5#C31B5B
6#9C1549
7#751037
8#4E0B25
9#270512

Tints

Lighter variations

1#F8CADC
2#F9D0E0
3#F9D6E4
4#FADCE8
5#FBE2EB
6#FCE8EF
7#FDEDF3
8#FDF3F7
9#FEF9FB

Tones

Muted variations

1#F5C7D9
2#F2CAD9
3#EFCCDA
4#EDCFDA
5#EAD1DB
6#E8D4DB
7#E5D6DC
8#E3D9DD
9#E0DBDD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F6
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EA
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5D8
Secondary backgroundsInput backgroundsDividers
300
F198
#F198BA
BordersInactive statesPlaceholder text
400
EA62
#EA6296
Disabled statesSecondary iconsMuted text
500
E335
#E33578
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B5C
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1549
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F34
Text on light backgroundsHeadingsStrong borders
900
480A
#480A22
Primary textHigh emphasis contentDark headings
950
2D06
#2D0615
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --pink-50: #FDF2F6;
  --pink-100: #FBE0EA;
  --pink-200: #F7C5D8;
  --pink-300: #F198BA;
  --pink-400: #EA6296;
  --pink-500: #E33578;
  --pink-600: #C51B5C;
  --pink-700: #9D1549;
  --pink-800: #700F34;
  --pink-900: #480A22;
  --pink-950: #2D0615;
}
Generate More ShadesCreate PaletteConvert Color