Salmon
#F39597
RedColor Codes
All color formats for development
HEX
#F39597RGB
rgb(243, 149, 151)HSL
hsl(359, 80%, 77%)OKLCH
oklch(0.767 0.114 18.7)CMYK
cmyk(0%, 39%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7274
2#EB4F51
3#E72B2F
4#D4181B
5#B11416
6#8D1012
7#6A0C0D
8#470809
9#230404
Tints
Lighter variations
1#F4A0A1
2#F6ABAC
3#F7B5B6
4#F8C0C1
5#F9CACB
6#FAD5D5
7#FBDFE0
8#FDEAEA
9#FEF4F5
Tones
Muted variations
1#EF9A9C
2#EA9FA0
3#E5A4A5
4#E1A8A9
5#DCADAE
6#D7B2B2
7#D2B6B7
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 | F8C3 #F8C3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F39597 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E61 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83034 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490809 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F1;
--salmon-100: #FBDFDF;
--salmon-200: #F8C3C4;
--salmon-300: #F39597;
--salmon-400: #ED5E61;
--salmon-500: #E83034;
--salmon-600: #CA1619;
--salmon-700: #A11214;
--salmon-800: #730D0E;
--salmon-900: #490809;
--salmon-950: #2E0506;
}