Salmon
#EB608A
PinkColor Codes
All color formats for development
HEX
#EB608ARGB
rgb(235, 96, 138)HSL
hsl(342, 78%, 65%)OKLCH
oklch(0.676 0.175 4.2)CMYK
cmyk(0%, 59%, 41%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84374
2#E4255E
3#CF1A50
4#B11644
5#941239
6#760F2E
7#590B22
8#3B0717
9#1E040B
Tints
Lighter variations
1#ED7096
2#EF80A1
3#F190AD
4#F3A0B9
5#F5B0C4
6#F7BFD0
7#F9CFDC
8#FBDFE8
9#FDEFF3
Tones
Muted variations
1#E4678D
2#DD6E8F
3#D67592
4#D07C95
5#C98398
6#C28A9B
7#BB919D
8#B498A0
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 #F297B2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608A | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63368 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8194D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F143D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091C | 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: #F297B2;
--salmon-400: #EB608A;
--salmon-500: #E63368;
--salmon-600: #C8194D;
--salmon-700: #9F143D;
--salmon-800: #710E2C;
--salmon-900: #49091C;
--salmon-950: #2D0612;
}