Salmon
#F39795
RedColor Codes
All color formats for development
HEX
#F39795RGB
rgb(243, 151, 149)HSL
hsl(1, 80%, 77%)OKLCH
oklch(0.77 0.111 21.3)CMYK
cmyk(0%, 38%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7472
2#EB514F
3#E72F2B
4#D41B18
5#B11614
6#8D1210
7#6A0D0C
8#470908
9#230404
Tints
Lighter variations
1#F4A1A0
2#F6ACAB
3#F7B6B5
4#F8C1C0
5#F9CBCA
6#FAD5D5
7#FBE0DF
8#FDEAEA
9#FEF5F4
Tones
Muted variations
1#EF9C9A
2#EAA09F
3#E5A5A4
4#E1A9A8
5#DCAEAD
6#D7B2B2
7#D2B7B6
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 #F8C4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F397 #F39795 | BordersInactive statesPlaceholder text |
| 400 | ED61 #ED615E | Disabled statesSecondary iconsMuted text |
| 500 | E834 #E83430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA19 #CA1916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A114 #A11412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730E #730E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E06 #2E0605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F1;
--salmon-100: #FBDFDF;
--salmon-200: #F8C4C3;
--salmon-300: #F39795;
--salmon-400: #ED615E;
--salmon-500: #E83430;
--salmon-600: #CA1916;
--salmon-700: #A11412;
--salmon-800: #730E0D;
--salmon-900: #490908;
--salmon-950: #2E0605;
}