Salmon
#EB9A60
OrangeColor Codes
All color formats for development
HEX
#EB9A60RGB
rgb(235, 154, 96)HSL
hsl(25, 78%, 65%)OKLCH
oklch(0.756 0.122 55.3)CMYK
cmyk(0%, 34%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E88743
2#E47525
3#CF651A
4#B15716
5#944812
6#763A0F
7#592B0B
8#3B1D07
9#1E0E04
Tints
Lighter variations
1#EDA470
2#EFAE80
3#F1B890
4#F3C2A0
5#F5CDB0
6#F7D7BF
7#F9E1CF
8#FBEBDF
9#FDF5EF
Tones
Muted variations
1#E49B67
2#DD9C6E
3#D69E75
4#D09F7C
5#C9A083
6#C2A18A
7#BBA291
8#B4A398
9#ADA59F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DA #F8DAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BD #F2BD97 | BordersInactive statesPlaceholder text |
| 400 | EB9A #EB9A60 | Disabled statesSecondary iconsMuted text |
| 500 | E67D #E67D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C862 #C86219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F4E #9F4E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7137 #71370E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4923 #492309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBEBDF;
--salmon-200: #F8DAC4;
--salmon-300: #F2BD97;
--salmon-400: #EB9A60;
--salmon-500: #E67D33;
--salmon-600: #C86219;
--salmon-700: #9F4E14;
--salmon-800: #71370E;
--salmon-900: #492309;
--salmon-950: #2D1606;
}