Salmon
#F39696
RedColor Codes
All color formats for development
HEX
#F39696RGB
rgb(243, 150, 150)HSL
hsl(0, 79%, 77%)OKLCH
oklch(0.769 0.112 20)CMYK
cmyk(0%, 38%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7373
2#EA5050
3#E62D2D
4#D31919
5#B01515
6#8D1010
7#690C0C
8#460808
9#230404
Tints
Lighter variations
1#F4A1A1
2#F5ABAB
3#F6B6B6
4#F8C0C0
5#F9CBCB
6#FAD5D5
7#FBE0E0
8#FDEAEA
9#FEF5F5
Tones
Muted variations
1#EE9B9B
2#E99F9F
3#E5A4A4
4#E0A9A9
5#DCADAD
6#D7B2B2
7#D2B6B6
8#CEBBBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F39696 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F5F | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91818 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F1;
--salmon-100: #FBDFDF;
--salmon-200: #F8C4C4;
--salmon-300: #F39696;
--salmon-400: #EC5F5F;
--salmon-500: #E73232;
--salmon-600: #C91818;
--salmon-700: #A01313;
--salmon-800: #720D0D;
--salmon-900: #490909;
--salmon-950: #2E0505;
}