Salmon
#E76F65
RedColor Codes
All color formats for development
HEX
#E76F65RGB
rgb(231, 111, 101)HSL
hsl(5, 73%, 65%)OKLCH
oklch(0.682 0.151 26.6)CMYK
cmyk(0%, 52%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E25548
2#DE3A2B
3#C92D1F
4#AC271B
5#8F2016
6#731A12
7#56130D
8#390D09
9#1D0604
Tints
Lighter variations
1#E97E74
2#EC8C83
3#EE9B93
4#F1A9A2
5#F3B7B2
6#F5C6C1
7#F8D4D1
8#FAE2E0
9#FDF1F0
Tones
Muted variations
1#E0756B
2#DA7A72
3#D38078
4#CD857F
5#C68B85
6#C0908C
7#B99592
8#B39B99
9#ACA09F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE2 #FAE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CA #F6CAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA1 #EFA19A | BordersInactive statesPlaceholder text |
| 400 | E76F #E76F65 | Disabled statesSecondary iconsMuted text |
| 500 | E046 #E04638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C22C #C22C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A23 #9A2318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E19 #6E1911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4710 #47100B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0A #2C0A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F2;
--salmon-100: #FAE2E0;
--salmon-200: #F6CAC6;
--salmon-300: #EFA19A;
--salmon-400: #E76F65;
--salmon-500: #E04638;
--salmon-600: #C22C1E;
--salmon-700: #9A2318;
--salmon-800: #6E1911;
--salmon-900: #47100B;
--salmon-950: #2C0A07;
}