Salmon
#F3969B
RedColor Codes
All color formats for development
HEX
#F3969BRGB
rgb(243, 150, 155)HSL
hsl(357, 79%, 77%)OKLCH
oklch(0.77 0.112 16.5)CMYK
cmyk(0%, 38%, 36%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7379
2#EA5057
3#E62D36
4#D31922
5#B0151C
6#8D1017
7#690C11
8#46080B
9#230406
Tints
Lighter variations
1#F4A1A5
2#F5ABAF
3#F6B6B9
4#F8C0C3
5#F9CBCD
6#FAD5D7
7#FBE0E1
8#FDEAEB
9#FEF5F5
Tones
Muted variations
1#EE9B9F
2#E99FA3
3#E5A4A7
4#E0A9AB
5#DCADAF
6#D7B2B4
7#D2B6B8
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 #F8C4C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F3969B | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F66 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7323B | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91820 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0131A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49090C | 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: #F8C4C6;
--salmon-300: #F3969B;
--salmon-400: #EC5F66;
--salmon-500: #E7323B;
--salmon-600: #C91820;
--salmon-700: #A0131A;
--salmon-800: #720D12;
--salmon-900: #49090C;
--salmon-950: #2E0507;
}