Salmon
#EB608C
PinkColor Codes
All color formats for development
HEX
#EB608CRGB
rgb(235, 96, 140)HSL
hsl(341, 78%, 65%)OKLCH
oklch(0.676 0.176 3.3)CMYK
cmyk(0%, 59%, 40%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84377
2#E42562
3#CF1A53
4#B11647
5#94123B
6#760F2F
7#590B24
8#3B0718
9#1E040C
Tints
Lighter variations
1#ED7098
2#EF80A3
3#F190AF
4#F3A0BA
5#F5B0C6
6#F7BFD1
7#F9CFDD
8#FBDFE8
9#FDEFF4
Tones
Muted variations
1#E4678F
2#DD6E91
3#D67594
4#D07C96
5#C98399
6#C28A9C
7#BB919E
8#B498A1
9#AD9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F5;
--salmon-100: #FBDFE8;
--salmon-200: #F8C4D4;
--salmon-300: #F297B4;
--salmon-400: #EB608C;
--salmon-500: #E6336B;
--salmon-600: #C81950;
--salmon-700: #9F1440;
--salmon-800: #710E2E;
--salmon-900: #49091D;
--salmon-950: #2D0612;
}