Salmon
#EB7060
RedColor Codes
All color formats for development
HEX
#EB7060RGB
rgb(235, 112, 96)HSL
hsl(7, 78%, 65%)OKLCH
oklch(0.688 0.155 29.2)CMYK
cmyk(0%, 52%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E85643
2#E43B25
3#CF2F1A
4#B12816
5#942112
6#761B0F
7#59140B
8#3B0D07
9#1E0704
Tints
Lighter variations
1#ED7F70
2#EF8D80
3#F19B90
4#F3A9A0
5#F5B8B0
6#F7C6BF
7#F9D4CF
8#FBE2DF
9#FDF1EF
Tones
Muted variations
1#E47667
2#DD7B6E
3#D68075
4#D0867C
5#C98B83
6#C2908A
7#BB9691
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 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A1 #F2A197 | BordersInactive statesPlaceholder text |
| 400 | EB70 #EB7060 | Disabled statesSecondary iconsMuted text |
| 500 | E648 #E64833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C82D #C82D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F24 #9F2414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711A #711A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | 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: #F8CAC4;
--salmon-300: #F2A197;
--salmon-400: #EB7060;
--salmon-500: #E64833;
--salmon-600: #C82D19;
--salmon-700: #9F2414;
--salmon-800: #711A0E;
--salmon-900: #491009;
--salmon-950: #2D0A06;
}