Salmon
#EB6E60
RedColor Codes
All color formats for development
HEX
#EB6E60RGB
rgb(235, 110, 96)HSL
hsl(6, 78%, 65%)OKLCH
oklch(0.685 0.158 28.4)CMYK
cmyk(0%, 53%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E85343
2#E43825
3#CF2C1A
4#B12516
5#941F12
6#76190F
7#59130B
8#3B0C07
9#1E0604
Tints
Lighter variations
1#ED7D70
2#EF8B80
3#F19A90
4#F3A8A0
5#F5B7B0
6#F7C5BF
7#F9D4CF
8#FBE2DF
9#FDF1EF
Tones
Muted variations
1#E47467
2#DD796E
3#D67F75
4#D0847C
5#C98A83
6#C28F8A
7#BB9591
8#B49B98
9#ADA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C9 #F8C9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A0 #F2A097 | BordersInactive statesPlaceholder text |
| 400 | EB6E #EB6E60 | Disabled statesSecondary iconsMuted text |
| 500 | E645 #E64533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82A #C82A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F22 #9F2214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7118 #71180E | Text on light backgroundsHeadingsStrong borders |
| 900 | 490F #490F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0A #2D0A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE2DF;
--salmon-200: #F8C9C4;
--salmon-300: #F2A097;
--salmon-400: #EB6E60;
--salmon-500: #E64533;
--salmon-600: #C82A19;
--salmon-700: #9F2214;
--salmon-800: #71180E;
--salmon-900: #490F09;
--salmon-950: #2D0A06;
}