Salmon

#EC5F8A

Pink

Color Codes

All color formats for development

HEX
#EC5F8A
RGB
rgb(236, 95, 138)
HSL
hsl(342, 79%, 65%)
OKLCH
oklch(0.676 0.178 4.2)
CMYK
cmyk(0%, 60%, 42%, 7%)

Accessibility

WCAG contrast compliance

On White Background

3.20:1

AA AAA

On Black Background

6.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F396
400
#EC5F
500
#E732
600
#C918
700
#A013
800
#720D
900
#4909
950
#2E05

Shades

Darker variations

1#E94274
2#E5245E
3#D0184F
4#B21544
5#941139
6#770E2D
7#590A22
8#3B0717
9#1E030B

Tints

Lighter variations

1#EE6F95
2#F07FA1
3#F28FAD
4#F49FB9
5#F6AFC4
6#F8BFD0
7#F9CFDC
8#FBDFE8
9#FDEFF3

Tones

Muted variations

1#E5668C
2#DE6D8F
3#D77492
4#D07B95
5#C98298
6#C28A9A
7#BB919D
8#B498A0
9#AD9FA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F5
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE8
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4D3
Secondary backgroundsInput backgroundsDividers
300
F396
#F396B2
BordersInactive statesPlaceholder text
400
EC5F
#EC5F8A
Disabled statesSecondary iconsMuted text
500
E732
#E73268
Primary brand colorCTAsActive elementsLinks
600
C918
#C9184D
Hover statesFocus ringsPrimary buttons hover
700
A013
#A0133D
Active/pressed statesDark mode accentsSecondary text
800
720D
#720D2C
Text on light backgroundsHeadingsStrong borders
900
4909
#49091C
Primary textHigh emphasis contentDark headings
950
2E05
#2E0511
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --salmon-50: #FDF1F5;
  --salmon-100: #FBDFE8;
  --salmon-200: #F8C4D3;
  --salmon-300: #F396B2;
  --salmon-400: #EC5F8A;
  --salmon-500: #E73268;
  --salmon-600: #C9184D;
  --salmon-700: #A0133D;
  --salmon-800: #720D2C;
  --salmon-900: #49091C;
  --salmon-950: #2E0511;
}
Generate More ShadesCreate PaletteConvert Color