Salmon
#EB8560
OrangeColor Codes
All color formats for development
HEX
#EB8560RGB
rgb(235, 133, 96)HSL
hsl(16, 78%, 65%)OKLCH
oklch(0.72 0.135 40.5)CMYK
cmyk(0%, 43%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E86F43
2#E45825
3#CF4A1A
4#B13F16
5#943512
6#762A0F
7#59200B
8#3B1507
9#1E0B04
Tints
Lighter variations
1#ED9170
2#EF9E80
3#F1AA90
4#F3B6A0
5#F5C2B0
6#F7CEBF
7#F9DACF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E48967
2#DD8C6E
3#D68F75
4#D0927C
5#C99683
6#C2998A
7#BB9C91
8#B49F98
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 | F8D2 #F8D2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AF #F2AF97 | BordersInactive statesPlaceholder text |
| 400 | EB85 #EB8560 | Disabled statesSecondary iconsMuted text |
| 500 | E662 #E66233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C847 #C84719 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F39 #9F3914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7129 #71290E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491A #491A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D10 #2D1006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE7DF;
--salmon-200: #F8D2C4;
--salmon-300: #F2AF97;
--salmon-400: #EB8560;
--salmon-500: #E66233;
--salmon-600: #C84719;
--salmon-700: #9F3914;
--salmon-800: #71290E;
--salmon-900: #491A09;
--salmon-950: #2D1006;
}