Salmon
#EB7560
RedColor Codes
All color formats for development
HEX
#EB7560RGB
rgb(235, 117, 96)HSL
hsl(9, 78%, 65%)OKLCH
oklch(0.695 0.15 31.6)CMYK
cmyk(0%, 50%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E85B43
2#E44225
3#CF351A
4#B12D16
5#942612
6#761E0F
7#59170B
8#3B0F07
9#1E0804
Tints
Lighter variations
1#ED8370
2#EF9180
3#F19E90
4#F3ACA0
5#F5BAB0
6#F7C8BF
7#F9D6CF
8#FBE3DF
9#FDF1EF
Tones
Muted variations
1#E47A67
2#DD7F6E
3#D68475
4#D0897C
5#C98D83
6#C2928A
7#BB9791
8#B49C98
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A4 #F2A497 | BordersInactive statesPlaceholder text |
| 400 | EB75 #EB7560 | Disabled statesSecondary iconsMuted text |
| 500 | E64E #E64E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C833 #C83319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F29 #9F2914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711D #711D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0C #2D0C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE3DF;
--salmon-200: #F8CCC4;
--salmon-300: #F2A497;
--salmon-400: #EB7560;
--salmon-500: #E64E33;
--salmon-600: #C83319;
--salmon-700: #9F2914;
--salmon-800: #711D0E;
--salmon-900: #491309;
--salmon-950: #2D0C06;
}