Salmon
#EC9F5F
OrangeColor Codes
All color formats for development
HEX
#EC9F5FRGB
rgb(236, 159, 95)HSL
hsl(27, 79%, 65%)OKLCH
oklch(0.766 0.122 59.2)CMYK
cmyk(0%, 33%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E98D42
2#E57B24
3#D06B18
4#B25C15
5#944C11
6#773D0E
7#592E0A
8#3B1F07
9#1E0F03
Tints
Lighter variations
1#EEA86F
2#F0B27F
3#F2BC8F
4#F4C59F
5#F6CFAF
6#F8D8BF
7#F9E2CF
8#FBECDF
9#FDF5EF
Tones
Muted variations
1#E59F66
2#DEA06D
3#D7A174
4#D0A27B
5#C9A282
6#C2A38A
7#BBA491
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 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DB #F8DBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C0 #F3C096 | BordersInactive statesPlaceholder text |
| 400 | EC9F #EC9F5F | Disabled statesSecondary iconsMuted text |
| 500 | E783 #E78332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C967 #C96718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A052 #A05213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 723B #723B0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4926 #492609 | Primary textHigh emphasis contentDark headings |
| 950 | 2E17 #2E1705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF7F1;
--salmon-100: #FBECDF;
--salmon-200: #F8DBC4;
--salmon-300: #F3C096;
--salmon-400: #EC9F5F;
--salmon-500: #E78332;
--salmon-600: #C96718;
--salmon-700: #A05213;
--salmon-800: #723B0D;
--salmon-900: #492609;
--salmon-950: #2E1705;
}