Salmon

#ED5E82

Red

Color Codes

All color formats for development

HEX
#ED5E82
RGB
rgb(237, 94, 130)
HSL
hsl(345, 80%, 65%)
OKLCH
oklch(0.674 0.178 7.7)
CMYK
cmyk(0%, 60%, 45%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.22:1

AA AAA

On Black Background

6.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#EA416B
2#E72354
3#D11746
4#B3143C
5#951132
6#770D28
7#5A0A1E
8#3C0714
9#1E030A

Tints

Lighter variations

1#EF6E8F
2#F17E9B
3#F38FA8
4#F49FB4
5#F6AFC1
6#F8BFCD
7#FACFDA
8#FBDFE6
9#FDEFF3

Tones

Muted variations

1#E66586
2#DF6D89
3#D8748D
4#D17B90
5#C98294
6#C28997
7#BB909B
8#B4979F
9#AD9FA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE6
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3D1
Secondary backgroundsInput backgroundsDividers
300
F395
#F395AD
BordersInactive statesPlaceholder text
400
ED5E
#ED5E82
Disabled statesSecondary iconsMuted text
500
E830
#E8305E
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA1643
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11236
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D26
Text on light backgroundsHeadingsStrong borders
900
4908
#490818
Primary textHigh emphasis contentDark headings
950
2E05
#2E050F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF1F4;
  --salmon-100: #FBDFE6;
  --salmon-200: #F8C3D1;
  --salmon-300: #F395AD;
  --salmon-400: #ED5E82;
  --salmon-500: #E8305E;
  --salmon-600: #CA1643;
  --salmon-700: #A11236;
  --salmon-800: #730D26;
  --salmon-900: #490818;
  --salmon-950: #2E050F;
}
Generate More ShadesCreate PaletteConvert Color