Salmon
#EC745F
RedColor Codes
All color formats for development
HEX
#EC745FRGB
rgb(236, 116, 95)HSL
hsl(9, 79%, 65%)OKLCH
oklch(0.695 0.153 31.5)CMYK
cmyk(0%, 51%, 60%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E95B42
2#E54124
3#D03418
4#B22C15
5#942511
6#771E0E
7#59160A
8#3B0F07
9#1E0703
Tints
Lighter variations
1#EE826F
2#F0907F
3#F29E8F
4#F4AC9F
5#F6BAAF
6#F8C8BF
7#F9D5CF
8#FBE3DF
9#FDF1EF
Tones
Muted variations
1#E57966
2#DE7E6D
3#D78374
4#D0887B
5#C98D82
6#C2928A
7#BB9791
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 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A4 #F3A496 | BordersInactive statesPlaceholder text |
| 400 | EC74 #EC745F | Disabled statesSecondary iconsMuted text |
| 500 | E74D #E74D32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C932 #C93218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A028 #A02813 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 721C #721C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4912 #491209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0B #2E0B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE3DF;
--salmon-200: #F8CCC4;
--salmon-300: #F3A496;
--salmon-400: #EC745F;
--salmon-500: #E74D32;
--salmon-600: #C93218;
--salmon-700: #A02813;
--salmon-800: #721C0D;
--salmon-900: #491209;
--salmon-950: #2E0B05;
}