Salmon
#EB9360
OrangeColor Codes
All color formats for development
HEX
#EB9360RGB
rgb(235, 147, 96)HSL
hsl(22, 78%, 65%)OKLCH
oklch(0.744 0.126 50)CMYK
cmyk(0%, 37%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87F43
2#E46B25
3#CF5C1A
4#B14F16
5#944212
6#76350F
7#59270B
8#3B1A07
9#1E0D04
Tints
Lighter variations
1#ED9E70
2#EFA980
3#F1B490
4#F3BEA0
5#F5C9B0
6#F7D4BF
7#F9DFCF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E49567
2#DD976E
3#D69975
4#D09B7C
5#C99C83
6#C29E8A
7#BBA091
8#B4A298
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D7 #F8D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B8 #F2B897 | BordersInactive statesPlaceholder text |
| 400 | EB93 #EB9360 | Disabled statesSecondary iconsMuted text |
| 500 | E674 #E67433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C859 #C85919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F47 #9F4714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7132 #71320E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4920 #492009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBE9DF;
--salmon-200: #F8D7C4;
--salmon-300: #F2B897;
--salmon-400: #EB9360;
--salmon-500: #E67433;
--salmon-600: #C85919;
--salmon-700: #9F4714;
--salmon-800: #71320E;
--salmon-900: #492009;
--salmon-950: #2D1406;
}