Salmon
#EC775F
RedColor Codes
All color formats for development
HEX
#EC775FRGB
rgb(236, 119, 95)HSL
hsl(10, 79%, 65%)OKLCH
oklch(0.699 0.15 32.9)CMYK
cmyk(0%, 50%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E95D42
2#E54424
3#D03718
4#B22F15
5#942711
6#771F0E
7#59180A
8#3B1007
9#1E0803
Tints
Lighter variations
1#EE846F
2#F0927F
3#F2A08F
4#F4AD9F
5#F6BBAF
6#F8C8BF
7#F9D6CF
8#FBE4DF
9#FDF1EF
Tones
Muted variations
1#E57B66
2#DE806D
3#D78574
4#D08A7B
5#C98E82
6#C2938A
7#BB9891
8#B49C98
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A596 | BordersInactive statesPlaceholder text |
| 400 | EC77 #EC775F | Disabled statesSecondary iconsMuted text |
| 500 | E750 #E75032 | Primary brand colorCTAsActive elementsLinks |
| 600 | C935 #C93518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A02A #A02A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721E #721E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE4DF;
--salmon-200: #F8CCC4;
--salmon-300: #F3A596;
--salmon-400: #EC775F;
--salmon-500: #E75032;
--salmon-600: #C93518;
--salmon-700: #A02A13;
--salmon-800: #721E0D;
--salmon-900: #491309;
--salmon-950: #2E0C05;
}