Salmon

#EB607E

Red

Color Codes

All color formats for development

HEX
#EB607E
RGB
rgb(235, 96, 126)
HSL
hsl(347, 78%, 65%)
OKLCH
oklch(0.673 0.173 9.7)
CMYK
cmyk(0%, 59%, 46%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.23:1

AA AAA

On Black Background

6.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#E84366
2#E4254E
3#CF1A41
4#B11637
5#94122E
6#760F25
7#590B1C
8#3B0712
9#1E0409

Tints

Lighter variations

1#ED708B
2#EF8098
3#F190A5
4#F3A0B2
5#F5B0BF
6#F7BFCC
7#F9CFD8
8#FBDFE5
9#FDEFF2

Tones

Muted variations

1#E46782
2#DD6E86
3#D6758A
4#D07C8E
5#C98392
6#C28A96
7#BB919A
8#B4989E
9#AD9FA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE5
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CF
Secondary backgroundsInput backgroundsDividers
300
F297
#F297AA
BordersInactive statesPlaceholder text
400
EB60
#EB607E
Disabled statesSecondary iconsMuted text
500
E633
#E6335A
Primary brand colorCTAsActive elementsLinks
600
C819
#C8193F
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1432
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E24
Text on light backgroundsHeadingsStrong borders
900
4909
#490917
Primary textHigh emphasis contentDark headings
950
2D06
#2D060E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF1F4;
  --salmon-100: #FBDFE5;
  --salmon-200: #F8C4CF;
  --salmon-300: #F297AA;
  --salmon-400: #EB607E;
  --salmon-500: #E6335A;
  --salmon-600: #C8193F;
  --salmon-700: #9F1432;
  --salmon-800: #710E24;
  --salmon-900: #490917;
  --salmon-950: #2D060E;
}
Generate More ShadesCreate PaletteConvert Color