Salmon
#EB6088
PinkColor Codes
All color formats for development
HEX
#EB6088RGB
rgb(235, 96, 136)HSL
hsl(343, 78%, 65%)OKLCH
oklch(0.675 0.175 5.1)CMYK
cmyk(0%, 59%, 42%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E84371
2#E4255B
3#CF1A4D
4#B11642
5#941237
6#760F2C
7#590B21
8#3B0716
9#1E040B
Tints
Lighter variations
1#ED7094
2#EF809F
3#F190AB
4#F3A0B7
5#F5B0C3
6#F7BFCF
7#F9CFDB
8#FBDFE7
9#FDEFF3
Tones
Muted variations
1#E4678B
2#DD6E8E
3#D67591
4#D07C94
5#C98397
6#C28A9A
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 #FBDFE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6088 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63365 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8194A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F143B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F5;
--salmon-100: #FBDFE7;
--salmon-200: #F8C4D3;
--salmon-300: #F297B1;
--salmon-400: #EB6088;
--salmon-500: #E63365;
--salmon-600: #C8194A;
--salmon-700: #9F143B;
--salmon-800: #710E2A;
--salmon-900: #49091B;
--salmon-950: #2D0611;
}