Salmon

#EB6081

Red

Color Codes

All color formats for development

HEX
#EB6081
RGB
rgb(235, 96, 129)
HSL
hsl(346, 78%, 65%)
OKLCH
oklch(0.673 0.173 8.4)
CMYK
cmyk(0%, 59%, 45%, 8%)

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
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#E84369
2#E42552
3#CF1A44
4#B1163A
5#941230
6#760F27
7#590B1D
8#3B0713
9#1E040A

Tints

Lighter variations

1#ED708D
2#EF809A
3#F190A7
4#F3A0B3
5#F5B0C0
6#F7BFCC
7#F9CFD9
8#FBDFE6
9#FDEFF2

Tones

Muted variations

1#E46784
2#DD6E88
3#D6758C
4#D07C8F
5#C98393
6#C28A97
7#BB919B
8#B4989E
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
F8C4
#F8C4D0
Secondary backgroundsInput backgroundsDividers
300
F297
#F297AC
BordersInactive statesPlaceholder text
400
EB60
#EB6081
Disabled statesSecondary iconsMuted text
500
E633
#E6335D
Primary brand colorCTAsActive elementsLinks
600
C819
#C81942
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1434
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E25
Text on light backgroundsHeadingsStrong borders
900
4909
#490918
Primary textHigh emphasis contentDark headings
950
2D06
#2D060F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF1F4;
  --salmon-100: #FBDFE6;
  --salmon-200: #F8C4D0;
  --salmon-300: #F297AC;
  --salmon-400: #EB6081;
  --salmon-500: #E6335D;
  --salmon-600: #C81942;
  --salmon-700: #9F1434;
  --salmon-800: #710E25;
  --salmon-900: #490918;
  --salmon-950: #2D060F;
}
Generate More ShadesCreate PaletteConvert Color