Salmon
#EC875F
OrangeColor Codes
All color formats for development
HEX
#EC875FRGB
rgb(236, 135, 95)HSL
hsl(17, 79%, 65%)OKLCH
oklch(0.724 0.135 42)CMYK
cmyk(0%, 43%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E97142
2#E55B24
3#D04C18
4#B24115
5#943711
6#772C0E
7#59210A
8#3B1607
9#1E0B03
Tints
Lighter variations
1#EE936F
2#F09F7F
3#F2AB8F
4#F4B79F
5#F6C3AF
6#F8CFBF
7#F9DBCF
8#FBE7DF
9#FDF3EF
Tones
Muted variations
1#E58A66
2#DE8D6D
3#D79074
4#D0937B
5#C99682
6#C29A8A
7#BB9D91
8#B4A098
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 | F8D3 #F8D3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B0 #F3B096 | BordersInactive statesPlaceholder text |
| 400 | EC87 #EC875F | Disabled statesSecondary iconsMuted text |
| 500 | E765 #E76532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C94A #C94A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A03B #A03B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 722A #722A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF5F1;
--salmon-100: #FBE7DF;
--salmon-200: #F8D3C4;
--salmon-300: #F3B096;
--salmon-400: #EC875F;
--salmon-500: #E76532;
--salmon-600: #C94A18;
--salmon-700: #A03B13;
--salmon-800: #722A0D;
--salmon-900: #491B09;
--salmon-950: #2E1105;
}