Salmon

#EA6A61

Red

Color Codes

All color formats for development

HEX
#EA6A61
RGB
rgb(234, 106, 97)
HSL
hsl(4, 77%, 65%)
OKLCH
oklch(0.678 0.161 26.3)
CMYK
cmyk(0%, 55%, 59%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.12:1

AA AAA

On Black Background

6.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE1
200
#F7C8
300
#F29D
400
#EA6A
500
#E540
600
#C725
700
#9E1E
800
#7115
900
#480E
950
#2D08

Shades

Darker variations

1#E74F44
2#E33326
3#CD271B
4#B02117
5#931C13
6#75160F
7#58110B
8#3B0B08
9#1D0604

Tints

Lighter variations

1#ED7971
2#EF8881
3#F19790
4#F3A6A0
5#F5B5B0
6#F7C3C0
7#F9D2D0
8#FBE1DF
9#FDF0EF

Tones

Muted variations

1#E47068
2#DD766F
3#D67C76
4#CF827D
5#C88883
6#C18E8A
7#BA9491
8#B39A98
9#ADA09F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE1
#FBE1DF
Light backgroundsTable row hoverSkeleton loading
200
F7C8
#F7C8C4
Secondary backgroundsInput backgroundsDividers
300
F29D
#F29D97
BordersInactive statesPlaceholder text
400
EA6A
#EA6A61
Disabled statesSecondary iconsMuted text
500
E540
#E54034
Primary brand colorCTAsActive elementsLinks
600
C725
#C7251A
Hover statesFocus ringsPrimary buttons hover
700
9E1E
#9E1E15
Active/pressed statesDark mode accentsSecondary text
800
7115
#71150F
Text on light backgroundsHeadingsStrong borders
900
480E
#480E09
Primary textHigh emphasis contentDark headings
950
2D08
#2D0806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF2F1;
  --salmon-100: #FBE1DF;
  --salmon-200: #F7C8C4;
  --salmon-300: #F29D97;
  --salmon-400: #EA6A61;
  --salmon-500: #E54034;
  --salmon-600: #C7251A;
  --salmon-700: #9E1E15;
  --salmon-800: #71150F;
  --salmon-900: #480E09;
  --salmon-950: #2D0806;
}
Generate More ShadesCreate PaletteConvert Color