Salmon

#FD4E7A

Red

Color Codes

All color formats for development

HEX
#FD4E7A
RGB
rgb(253, 78, 122)
HSL
hsl(345, 98%, 65%)
OKLCH
oklch(0.679 0.211 10)
CMYK
cmyk(0%, 69%, 52%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.21:1

AA AAA

On Black Background

6.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#FD2D61
2#FD0D49
3#E6023B
4#C50233
5#A4022A
6#830122
7#620119
8#420111
9#210008

Tints

Lighter variations

1#FD6087
2#FE7295
3#FE83A2
4#FE95AF
5#FEA7BD
6#FEB8CA
7#FECAD7
8#FFDCE4
9#FFEDF2

Tones

Muted variations

1#F4577E
2#EC6083
3#E36987
4#DA718C
5#D17A90
6#C98394
7#C08C99
8#B7949D
9#AE9DA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE4
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDCE
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BA8
BordersInactive statesPlaceholder text
400
FD4E
#FD4E7A
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C54
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0239
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1022E
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0121
Text on light backgroundsHeadingsStrong borders
900
5101
#510115
Primary textHigh emphasis contentDark headings
950
3201
#32010D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FFF0F4;
  --salmon-100: #FFDCE4;
  --salmon-200: #FEBDCE;
  --salmon-300: #FE8BA8;
  --salmon-400: #FD4E7A;
  --salmon-500: #FD1C54;
  --salmon-600: #DE0239;
  --salmon-700: #B1022E;
  --salmon-800: #7E0121;
  --salmon-900: #510115;
  --salmon-950: #32010D;
}
Generate More ShadesCreate PaletteConvert Color