Salmon
#E69765
OrangeColor Codes
All color formats for development
HEX
#E69765RGB
rgb(230, 151, 101)HSL
hsl(23, 72%, 65%)OKLCH
oklch(0.745 0.116 52.4)CMYK
cmyk(0%, 34%, 56%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E18349
2#DD702C
3#C86120
4#AB531C
5#8F4517
6#723713
7#56290E
8#391C09
9#1D0E05
Tints
Lighter variations
1#E9A175
2#EBAC84
3#EEB694
4#F0C0A3
5#F3CBB2
6#F5D5C2
7#F8E0D1
8#FAEAE0
9#FDF5F0
Tones
Muted variations
1#E0986C
2#D99A72
3#D39B79
4#CC9D7F
5#C69E86
6#BFA08C
7#B9A192
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 | FAEA #FAEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D8 #F6D8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBA #EFBA9A | BordersInactive statesPlaceholder text |
| 400 | E697 #E69765 | Disabled statesSecondary iconsMuted text |
| 500 | DF79 #DF793A | Primary brand colorCTAsActive elementsLinks |
| 600 | C15D #C15D1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4A #9A4A19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E35 #6E3512 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4622 #46220B | Primary textHigh emphasis contentDark headings |
| 950 | 2C15 #2C1507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F2;
--salmon-100: #FAEAE0;
--salmon-200: #F6D8C6;
--salmon-300: #EFBA9A;
--salmon-400: #E69765;
--salmon-500: #DF793A;
--salmon-600: #C15D1F;
--salmon-700: #9A4A19;
--salmon-800: #6E3512;
--salmon-900: #46220B;
--salmon-950: #2C1507;
}