Salmon
#ED5E71
RedColor Codes
All color formats for development
HEX
#ED5E71RGB
rgb(237, 94, 113)HSL
hsl(352, 80%, 65%)OKLCH
oklch(0.67 0.177 15.3)CMYK
cmyk(0%, 60%, 52%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4157
2#E7233D
3#D11730
4#B31429
5#951122
6#770D1B
7#5A0A15
8#3C070E
9#1E0307
Tints
Lighter variations
1#EF6E80
2#F17E8E
3#F38F9C
4#F49FAA
5#F6AFB8
6#F8BFC6
7#FACFD5
8#FBDFE3
9#FDEFF1
Tones
Muted variations
1#E66577
2#DF6D7C
3#D87481
4#D17B86
5#C9828C
6#C28991
7#BB9096
8#B4979B
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 #F8C3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395A2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E71 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83049 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA162E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11225 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490811 | 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: #F8C3CA;
--salmon-300: #F395A2;
--salmon-400: #ED5E71;
--salmon-500: #E83049;
--salmon-600: #CA162E;
--salmon-700: #A11225;
--salmon-800: #730D1A;
--salmon-900: #490811;
--salmon-950: #2E050B;
}