Salmon
#E79D65
OrangeColor Codes
All color formats for development
HEX
#E79D65RGB
rgb(231, 157, 101)HSL
hsl(26, 73%, 65%)OKLCH
oklch(0.757 0.114 57.1)CMYK
cmyk(0%, 32%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E28B48
2#DE792B
3#C9691F
4#AC5A1B
5#8F4B16
6#733C12
7#562D0D
8#391E09
9#1D0F04
Tints
Lighter variations
1#E9A774
2#ECB183
3#EEBA93
4#F1C4A2
5#F3CEB2
6#F5D8C1
7#F8E2D1
8#FAEBE0
9#FDF5F0
Tones
Muted variations
1#E09E6B
2#DA9F72
3#D3A078
4#CDA17F
5#C6A185
6#C0A28C
7#B9A392
8#B3A499
9#ACA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DB #F6DBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBF #EFBF9A | BordersInactive statesPlaceholder text |
| 400 | E79D #E79D65 | Disabled statesSecondary iconsMuted text |
| 500 | E081 #E08138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C265 #C2651E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A51 #9A5118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3A #6E3A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4725 #47250B | Primary textHigh emphasis contentDark headings |
| 950 | 2C17 #2C1707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F2;
--salmon-100: #FAEBE0;
--salmon-200: #F6DBC6;
--salmon-300: #EFBF9A;
--salmon-400: #E79D65;
--salmon-500: #E08138;
--salmon-600: #C2651E;
--salmon-700: #9A5118;
--salmon-800: #6E3A11;
--salmon-900: #47250B;
--salmon-950: #2C1707;
}