Salmon
#ED5E74
RedColor Codes
All color formats for development
HEX
#ED5E74RGB
rgb(237, 94, 116)HSL
hsl(351, 80%, 65%)OKLCH
oklch(0.671 0.177 13.9)CMYK
cmyk(0%, 60%, 51%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA415A
2#E72340
3#D11733
4#B3142C
5#951124
6#770D1D
7#5A0A16
8#3C070F
9#1E0307
Tints
Lighter variations
1#EF6E82
2#F17E90
3#F38F9E
4#F49FAB
5#F6AFB9
6#F8BFC7
7#FACFD5
8#FBDFE3
9#FDEFF1
Tones
Muted variations
1#E66579
2#DF6D7E
3#D87483
4#D17B88
5#C9828D
6#C28992
7#BB9097
8#B4979C
9#AD9FA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E74 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8304C | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1631 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11227 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490812 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F3;
--salmon-100: #FBDFE3;
--salmon-200: #F8C3CB;
--salmon-300: #F395A4;
--salmon-400: #ED5E74;
--salmon-500: #E8304C;
--salmon-600: #CA1631;
--salmon-700: #A11227;
--salmon-800: #730D1C;
--salmon-900: #490812;
--salmon-950: #2E050B;
}