Salmon
#F39699
RedColor Codes
All color formats for development
HEX
#F39699RGB
rgb(243, 150, 153)HSL
hsl(358, 79%, 77%)OKLCH
oklch(0.769 0.112 17.9)CMYK
cmyk(0%, 38%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7377
2#EA5055
3#E62D33
4#D3191F
5#B0151A
6#8D1015
7#690C0F
8#46080A
9#230405
Tints
Lighter variations
1#F4A1A3
2#F5ABAD
3#F6B6B8
4#F8C0C2
5#F9CBCC
6#FAD5D6
7#FBE0E0
8#FDEAEB
9#FEF5F5
Tones
Muted variations
1#EE9B9D
2#E99FA2
3#E5A4A6
4#E0A9AA
5#DCADAF
6#D7B2B3
7#D2B6B7
8#CEBBBC
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F39699 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F64 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73238 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9181D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01317 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F2;
--salmon-100: #FBDFE0;
--salmon-200: #F8C4C5;
--salmon-300: #F39699;
--salmon-400: #EC5F64;
--salmon-500: #E73238;
--salmon-600: #C9181D;
--salmon-700: #A01317;
--salmon-800: #720D11;
--salmon-900: #49090B;
--salmon-950: #2E0507;
}