Salmon
#EC985F
OrangeColor Codes
All color formats for development
HEX
#EC985FRGB
rgb(236, 152, 95)HSL
hsl(24, 79%, 65%)OKLCH
oklch(0.753 0.125 53.8)CMYK
cmyk(0%, 36%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E98442
2#E57124
3#D06218
4#B25415
5#944611
6#77380E
7#592A0A
8#3B1C07
9#1E0E03
Tints
Lighter variations
1#EEA26F
2#F0AC7F
3#F2B78F
4#F4C19F
5#F6CBAF
6#F8D6BF
7#F9E0CF
8#FBEADF
9#FDF5EF
Tones
Muted variations
1#E59966
2#DE9A6D
3#D79C74
4#D09D7B
5#C99F82
6#C2A08A
7#BBA291
8#B4A398
9#ADA49F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BB #F3BB96 | BordersInactive statesPlaceholder text |
| 400 | EC98 #EC985F | Disabled statesSecondary iconsMuted text |
| 500 | E77A #E77A32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C95E #C95E18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A04B #A04B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7236 #72360D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4922 #492209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBEADF;
--salmon-200: #F8D9C4;
--salmon-300: #F3BB96;
--salmon-400: #EC985F;
--salmon-500: #E77A32;
--salmon-600: #C95E18;
--salmon-700: #A04B13;
--salmon-800: #72360D;
--salmon-900: #492209;
--salmon-950: #2E1505;
}