Salmon
#EC935F
OrangeColor Codes
All color formats for development
HEX
#EC935FRGB
rgb(236, 147, 95)HSL
hsl(22, 79%, 65%)OKLCH
oklch(0.745 0.127 50.1)CMYK
cmyk(0%, 38%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E97F42
2#E56B24
3#D05C18
4#B24E15
5#944111
6#77340E
7#59270A
8#3B1A07
9#1E0D03
Tints
Lighter variations
1#EE9E6F
2#F0A97F
3#F2B38F
4#F4BE9F
5#F6C9AF
6#F8D4BF
7#F9DFCF
8#FBE9DF
9#FDF4EF
Tones
Muted variations
1#E59566
2#DE976D
3#D79974
4#D09A7B
5#C99C82
6#C29E8A
7#BBA091
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 | F8D7 #F8D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B8 #F3B896 | BordersInactive statesPlaceholder text |
| 400 | EC93 #EC935F | Disabled statesSecondary iconsMuted text |
| 500 | E774 #E77432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C959 #C95918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A046 #A04613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7232 #72320D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4920 #492009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E14 #2E1405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF6F1;
--salmon-100: #FBE9DF;
--salmon-200: #F8D7C4;
--salmon-300: #F3B896;
--salmon-400: #EC935F;
--salmon-500: #E77432;
--salmon-600: #C95918;
--salmon-700: #A04613;
--salmon-800: #72320D;
--salmon-900: #492009;
--salmon-950: #2E1405;
}