Salmon
#E79965
OrangeColor Codes
All color formats for development
HEX
#E79965RGB
rgb(231, 153, 101)HSL
hsl(24, 73%, 65%)OKLCH
oklch(0.75 0.116 53.7)CMYK
cmyk(0%, 34%, 56%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E28648
2#DE732B
3#C9631F
4#AC551B
5#8F4716
6#733912
7#562A0D
8#391C09
9#1D0E04
Tints
Lighter variations
1#E9A374
2#ECAD83
3#EEB793
4#F1C2A2
5#F3CCB2
6#F5D6C1
7#F8E0D1
8#FAEBE0
9#FDF5F0
Tones
Muted variations
1#E09A6B
2#DA9B72
3#D39D78
4#CD9E7F
5#C69F85
6#C0A18C
7#B9A292
8#B3A399
9#ACA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D9 #F6D9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBC #EFBC9A | BordersInactive statesPlaceholder text |
| 400 | E799 #E79965 | Disabled statesSecondary iconsMuted text |
| 500 | E07B #E07B38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C260 #C2601E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4C #9A4C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E36 #6E3611 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4723 #47230B | Primary textHigh emphasis contentDark headings |
| 950 | 2C16 #2C1607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAEBE0;
--salmon-200: #F6D9C6;
--salmon-300: #EFBC9A;
--salmon-400: #E79965;
--salmon-500: #E07B38;
--salmon-600: #C2601E;
--salmon-700: #9A4C18;
--salmon-800: #6E3611;
--salmon-900: #47230B;
--salmon-950: #2C1607;
}