Salmon
#EC795F
RedColor Codes
All color formats for development
HEX
#EC795FRGB
rgb(236, 121, 95)HSL
hsl(11, 79%, 65%)OKLCH
oklch(0.702 0.148 33.9)CMYK
cmyk(0%, 49%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E96042
2#E54724
3#D03A18
4#B23215
5#942911
6#77210E
7#59190A
8#3B1107
9#1E0803
Tints
Lighter variations
1#EE866F
2#F0947F
3#F2A18F
4#F4AF9F
5#F6BCAF
6#F8C9BF
7#F9D7CF
8#FBE4DF
9#FDF2EF
Tones
Muted variations
1#E57E66
2#DE826D
3#D78674
4#D08B7B
5#C98F82
6#C2948A
7#BB9891
8#B49D98
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CD #F8CDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A7 #F3A796 | BordersInactive statesPlaceholder text |
| 400 | EC79 #EC795F | Disabled statesSecondary iconsMuted text |
| 500 | E753 #E75332 | Primary brand colorCTAsActive elementsLinks |
| 600 | C938 #C93818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02D #A02D13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7220 #72200D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4914 #491409 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0D #2E0D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF4F1;
--salmon-100: #FBE4DF;
--salmon-200: #F8CDC4;
--salmon-300: #F3A796;
--salmon-400: #EC795F;
--salmon-500: #E75332;
--salmon-600: #C93818;
--salmon-700: #A02D13;
--salmon-800: #72200D;
--salmon-900: #491409;
--salmon-950: #2E0D05;
}