Salmon
#EB9C60
OrangeColor Codes
All color formats for development
HEX
#EB9C60RGB
rgb(235, 156, 96)HSL
hsl(26, 78%, 65%)OKLCH
oklch(0.759 0.121 56.9)CMYK
cmyk(0%, 34%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E88A43
2#E47825
3#CF681A
4#B15916
5#944A12
6#763B0F
7#592D0B
8#3B1E07
9#1E0F04
Tints
Lighter variations
1#EDA670
2#EFB080
3#F1BA90
4#F3C4A0
5#F5CEB0
6#F7D8BF
7#F9E1CF
8#FBEBDF
9#FDF5EF
Tones
Muted variations
1#E49D67
2#DD9E6E
3#D69F75
4#D0A07C
5#C9A183
6#C2A28A
7#BBA391
8#B4A498
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DA #F8DAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BE #F2BE97 | BordersInactive statesPlaceholder text |
| 400 | EB9C #EB9C60 | Disabled statesSecondary iconsMuted text |
| 500 | E680 #E68033 | Primary brand colorCTAsActive elementsLinks |
| 600 | C865 #C86519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F50 #9F5014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7139 #71390E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4925 #492509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D17 #2D1706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBEBDF;
--salmon-200: #F8DAC4;
--salmon-300: #F2BE97;
--salmon-400: #EB9C60;
--salmon-500: #E68033;
--salmon-600: #C86519;
--salmon-700: #9F5014;
--salmon-800: #71390E;
--salmon-900: #492509;
--salmon-950: #2D1706;
}