Salmon

#F89991

Red

Color Codes

All color formats for development

HEX
#F89991
RGB
rgb(248, 153, 145)
HSL
hsl(5, 88%, 77%)
OKLCH
oklch(0.778 0.115 25.2)
CMYK
cmyk(0%, 38%, 42%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FDE0
200
#FBC6
300
#F899
400
#F464
500
#F138
600
#D31E
700
#A818
800
#7811
900
#4D0B
950
#3007

Shades

Darker variations

1#F6776C
2#F35547
3#F13322
4#DD1F0E
5#B91A0C
6#941509
7#6F1007
8#4A0A05
9#250502

Tints

Lighter variations

1#F9A49C
2#F9AEA7
3#FAB8B2
4#FBC2BD
5#FBCCC8
6#FCD6D3
7#FDE1DE
8#FEEBE9
9#FEF5F4

Tones

Muted variations

1#F39E96
2#EEA29B
3#E8A6A0
4#E3ABA5
5#DEAFAB
6#D9B3B0
7#D4B7B5
8#CFBCBA
9#CAC0BF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE0
#FDE0DD
Light backgroundsTable row hoverSkeleton loading
200
FBC6
#FBC6C1
Secondary backgroundsInput backgroundsDividers
300
F899
#F89991
BordersInactive statesPlaceholder text
400
F464
#F46457
Disabled statesSecondary iconsMuted text
500
F138
#F13827
Primary brand colorCTAsActive elementsLinks
600
D31E
#D31E0D
Hover statesFocus ringsPrimary buttons hover
700
A818
#A8180B
Active/pressed statesDark mode accentsSecondary text
800
7811
#781108
Text on light backgroundsHeadingsStrong borders
900
4D0B
#4D0B05
Primary textHigh emphasis contentDark headings
950
3007
#300703
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FEF2F1;
  --salmon-100: #FDE0DD;
  --salmon-200: #FBC6C1;
  --salmon-300: #F89991;
  --salmon-400: #F46457;
  --salmon-500: #F13827;
  --salmon-600: #D31E0D;
  --salmon-700: #A8180B;
  --salmon-800: #781108;
  --salmon-900: #4D0B05;
  --salmon-950: #300703;
}
Generate More ShadesCreate PaletteConvert Color