Salmon

#F4577C

Red

Color Codes

All color formats for development

HEX
#F4577C
RGB
rgb(244, 87, 124)
HSL
hsl(346, 88%, 65%)
OKLCH
oklch(0.675 0.193 9.7)
CMYK
cmyk(0%, 64%, 49%, 4%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#F23864
2#F0194B
3#DA0E3E
4#BB0C35
5#9C0A2C
6#7D0823
7#5D061A
8#3E0412
9#1F0209

Tints

Lighter variations

1#F56889
2#F67996
3#F88AA3
4#F99AB0
5#FAABBD
6#FBBCCB
7#FCCDD8
8#FDDDE5
9#FEEEF2

Tones

Muted variations

1#EC5F80
2#E56784
3#DD6F88
4#D5778D
5#CD7E91
6#C58695
7#BD8E99
8#B5969D
9#AE9EA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1CE
Secondary backgroundsInput backgroundsDividers
300
F891
#F891A9
BordersInactive statesPlaceholder text
400
F457
#F4577C
Disabled statesSecondary iconsMuted text
500
F127
#F12756
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D3C
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B2F
Active/pressed statesDark mode accentsSecondary text
800
7808
#780822
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0516
Primary textHigh emphasis contentDark headings
950
3003
#30030E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FEF1F4;
  --salmon-100: #FDDDE5;
  --salmon-200: #FBC1CE;
  --salmon-300: #F891A9;
  --salmon-400: #F4577C;
  --salmon-500: #F12756;
  --salmon-600: #D30D3C;
  --salmon-700: #A80B2F;
  --salmon-800: #780822;
  --salmon-900: #4D0516;
  --salmon-950: #30030E;
}
Generate More ShadesCreate PaletteConvert Color