Salmon
#E77C65
RedColor Codes
All color formats for development
HEX
#E77C65RGB
rgb(231, 124, 101)HSL
hsl(11, 73%, 65%)OKLCH
oklch(0.701 0.137 33.3)CMYK
cmyk(0%, 46%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E26448
2#DE4C2B
3#C93E1F
4#AC351B
5#8F2D16
6#732412
7#561B0D
8#391209
9#1D0904
Tints
Lighter variations
1#E98A74
2#EC9783
3#EEA493
4#F1B1A2
5#F3BEB2
6#F5CBC1
7#F8D8D1
8#FAE5E0
9#FDF2F0
Tones
Muted variations
1#E0816B
2#DA8572
3#D38978
4#CD8D7F
5#C69185
6#C0958C
7#B99992
8#B39D99
9#ACA29F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE5 #FAE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CF #F6CFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA9 #EFA99A | BordersInactive statesPlaceholder text |
| 400 | E77C #E77C65 | Disabled statesSecondary iconsMuted text |
| 500 | E057 #E05738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C23C #C23C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A30 #9A3018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E22 #6E2211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4716 #47160B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0E #2C0E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F2;
--salmon-100: #FAE5E0;
--salmon-200: #F6CFC6;
--salmon-300: #EFA99A;
--salmon-400: #E77C65;
--salmon-500: #E05738;
--salmon-600: #C23C1E;
--salmon-700: #9A3018;
--salmon-800: #6E2211;
--salmon-900: #47160B;
--salmon-950: #2C0E07;
}