Salmon
#EB8A60
OrangeColor Codes
All color formats for development
HEX
#EB8A60RGB
rgb(235, 138, 96)HSL
hsl(18, 78%, 65%)OKLCH
oklch(0.728 0.132 43.7)CMYK
cmyk(0%, 41%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87443
2#E45E25
3#CF501A
4#B14416
5#943912
6#762E0F
7#59220B
8#3B1707
9#1E0B04
Tints
Lighter variations
1#ED9670
2#EFA180
3#F1AD90
4#F3B9A0
5#F5C4B0
6#F7D0BF
7#F9DCCF
8#FBE8DF
9#FDF3EF
Tones
Muted variations
1#E48D67
2#DD8F6E
3#D69275
4#D0957C
5#C99883
6#C29B8A
7#BB9D91
8#B4A098
9#ADA39F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B2 #F2B297 | BordersInactive statesPlaceholder text |
| 400 | EB8A #EB8A60 | Disabled statesSecondary iconsMuted text |
| 500 | E668 #E66833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C84D #C84D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F3D #9F3D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712C #712C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491C #491C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE8DF;
--salmon-200: #F8D4C4;
--salmon-300: #F2B297;
--salmon-400: #EB8A60;
--salmon-500: #E66833;
--salmon-600: #C84D19;
--salmon-700: #9F3D14;
--salmon-800: #712C0E;
--salmon-900: #491C09;
--salmon-950: #2D1206;
}