Salmon
#EB8F60
OrangeColor Codes
All color formats for development
HEX
#EB8F60RGB
rgb(235, 143, 96)HSL
hsl(20, 78%, 65%)OKLCH
oklch(0.737 0.128 47.1)CMYK
cmyk(0%, 39%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87A43
2#E46525
3#CF561A
4#B14A16
5#943D12
6#76310F
7#59250B
8#3B1907
9#1E0C04
Tints
Lighter variations
1#ED9A70
2#EFA580
3#F1B090
4#F3BCA0
5#F5C7B0
6#F7D2BF
7#F9DDCF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E49167
2#DD936E
3#D69675
4#D0987C
5#C99A83
6#C29C8A
7#BB9F91
8#B4A198
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D5 #F8D5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B5 #F2B597 | BordersInactive statesPlaceholder text |
| 400 | EB8F #EB8F60 | Disabled statesSecondary iconsMuted text |
| 500 | E66E #E66E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C853 #C85319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F42 #9F4214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712F #712F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491E #491E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D13 #2D1306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE9DF;
--salmon-200: #F8D5C4;
--salmon-300: #F2B597;
--salmon-400: #EB8F60;
--salmon-500: #E66E33;
--salmon-600: #C85319;
--salmon-700: #9F4214;
--salmon-800: #712F0E;
--salmon-900: #491E09;
--salmon-950: #2D1306;
}