Salmon

#EB607A

Red

Color Codes

All color formats for development

HEX
#EB607A
RGB
rgb(235, 96, 122)
HSL
hsl(349, 78%, 65%)
OKLCH
oklch(0.672 0.173 11.6)
CMYK
cmyk(0%, 59%, 48%, 8%)

Accessibility

WCAG contrast compliance

On White Background

3.24:1

AA AAA

On Black Background

6.49: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#E84361
2#E42548
3#CF1A3B
4#B11632
5#94122A
6#760F22
7#590B19
8#3B0711
9#1E0408

Tints

Lighter variations

1#ED7087
2#EF8094
3#F190A2
4#F3A0AF
5#F5B0BC
6#F7BFCA
7#F9CFD7
8#FBDFE4
9#FDEFF2

Tones

Muted variations

1#E4677E
2#DD6E82
3#D67587
4#D07C8B
5#C98390
6#C28A94
7#BB9199
8#B4989D
9#AD9FA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE4
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CD
Secondary backgroundsInput backgroundsDividers
300
F297
#F297A7
BordersInactive statesPlaceholder text
400
EB60
#EB607A
Disabled statesSecondary iconsMuted text
500
E633
#E63354
Primary brand colorCTAsActive elementsLinks
600
C819
#C81939
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F142D
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E20
Text on light backgroundsHeadingsStrong borders
900
4909
#490915
Primary textHigh emphasis contentDark headings
950
2D06
#2D060D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF1F4;
  --salmon-100: #FBDFE4;
  --salmon-200: #F8C4CD;
  --salmon-300: #F297A7;
  --salmon-400: #EB607A;
  --salmon-500: #E63354;
  --salmon-600: #C81939;
  --salmon-700: #9F142D;
  --salmon-800: #710E20;
  --salmon-900: #490915;
  --salmon-950: #2D060D;
}
Generate More ShadesCreate PaletteConvert Color