Salmon
#EB9160
OrangeColor Codes
All color formats for development
HEX
#EB9160RGB
rgb(235, 145, 96)HSL
hsl(21, 78%, 65%)OKLCH
oklch(0.74 0.127 48.5)CMYK
cmyk(0%, 38%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E87C43
2#E46825
3#CF591A
4#B14C16
5#943F12
6#76330F
7#59260B
8#3B1907
9#1E0D04
Tints
Lighter variations
1#ED9C70
2#EFA780
3#F1B290
4#F3BDA0
5#F5C8B0
6#F7D3BF
7#F9DECF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E49367
2#DD956E
3#D69775
4#D0997C
5#C99B83
6#C29D8A
7#BB9F91
8#B4A298
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D6 #F8D6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B7 #F2B797 | BordersInactive statesPlaceholder text |
| 400 | EB91 #EB9160 | Disabled statesSecondary iconsMuted text |
| 500 | E671 #E67133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C856 #C85619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F44 #9F4414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7131 #71310E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBE9DF;
--salmon-200: #F8D6C4;
--salmon-300: #F2B797;
--salmon-400: #EB9160;
--salmon-500: #E67133;
--salmon-600: #C85619;
--salmon-700: #9F4414;
--salmon-800: #71310E;
--salmon-900: #491F09;
--salmon-950: #2D1406;
}