Salmon
#EB8C60
OrangeColor Codes
All color formats for development
HEX
#EB8C60RGB
rgb(235, 140, 96)HSL
hsl(19, 78%, 65%)OKLCH
oklch(0.732 0.13 45)CMYK
cmyk(0%, 40%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87743
2#E46225
3#CF531A
4#B14716
5#943B12
6#762F0F
7#59240B
8#3B1807
9#1E0C04
Tints
Lighter variations
1#ED9870
2#EFA380
3#F1AF90
4#F3BAA0
5#F5C6B0
6#F7D1BF
7#F9DDCF
8#FBE8DF
9#FDF4EF
Tones
Muted variations
1#E48F67
2#DD916E
3#D69475
4#D0967C
5#C99983
6#C29C8A
7#BB9E91
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 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B4 #F2B497 | BordersInactive statesPlaceholder text |
| 400 | EB8C #EB8C60 | Disabled statesSecondary iconsMuted text |
| 500 | E66B #E66B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C850 #C85019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F40 #9F4014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712E #712E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491D #491D09 | 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: #F2B497;
--salmon-400: #EB8C60;
--salmon-500: #E66B33;
--salmon-600: #C85019;
--salmon-700: #9F4014;
--salmon-800: #712E0E;
--salmon-900: #491D09;
--salmon-950: #2D1206;
}