Salmon
#EB8860
OrangeColor Codes
All color formats for development
HEX
#EB8860RGB
rgb(235, 136, 96)HSL
hsl(17, 78%, 65%)OKLCH
oklch(0.725 0.133 42.4)CMYK
cmyk(0%, 42%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87143
2#E45B25
3#CF4D1A
4#B14216
5#943712
6#762C0F
7#59210B
8#3B1607
9#1E0B04
Tints
Lighter variations
1#ED9470
2#EF9F80
3#F1AB90
4#F3B7A0
5#F5C3B0
6#F7CFBF
7#F9DBCF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E48B67
2#DD8E6E
3#D69175
4#D0947C
5#C99783
6#C29A8A
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 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D3 #F8D3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B1 #F2B197 | BordersInactive statesPlaceholder text |
| 400 | EB88 #EB8860 | Disabled statesSecondary iconsMuted text |
| 500 | E665 #E66533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C84A #C84A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F3B #9F3B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712A #712A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D11 #2D1106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE7DF;
--salmon-200: #F8D3C4;
--salmon-300: #F2B197;
--salmon-400: #EB8860;
--salmon-500: #E66533;
--salmon-600: #C84A19;
--salmon-700: #9F3B14;
--salmon-800: #712A0E;
--salmon-900: #491B09;
--salmon-950: #2D1106;
}