Salmon
#ED5E79
RedColor Codes
All color formats for development
HEX
#ED5E79RGB
rgb(237, 94, 121)HSL
hsl(349, 80%, 65%)OKLCH
oklch(0.672 0.177 11.7)CMYK
cmyk(0%, 60%, 49%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4160
2#E72347
3#D11739
4#B31431
5#951129
6#770D21
7#5A0A19
8#3C0710
9#1E0308
Tints
Lighter variations
1#EF6E86
2#F17E93
3#F38FA1
4#F49FAE
5#F6AFBC
6#F8BFC9
7#FACFD7
8#FBDFE4
9#FDEFF2
Tones
Muted variations
1#E6657D
2#DF6D82
3#D87486
4#D17B8B
5#C9828F
6#C28994
7#BB9098
8#B4979D
9#AD9FA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E79 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83052 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1637 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1122C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490814 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F3;
--salmon-100: #FBDFE4;
--salmon-200: #F8C3CD;
--salmon-300: #F395A7;
--salmon-400: #ED5E79;
--salmon-500: #E83052;
--salmon-600: #CA1637;
--salmon-700: #A1122C;
--salmon-800: #730D1F;
--salmon-900: #490814;
--salmon-950: #2E050D;
}