Salmon
#F39896
RedColor Codes
All color formats for development
HEX
#F39896RGB
rgb(243, 152, 150)HSL
hsl(1, 79%, 77%)OKLCH
oklch(0.772 0.11 21.3)CMYK
cmyk(0%, 37%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7573
2#EA5250
3#E6302D
4#D31C19
5#B01715
6#8D1310
7#690E0C
8#460908
9#230504
Tints
Lighter variations
1#F4A2A1
2#F5ACAB
3#F6B7B6
4#F8C1C0
5#F9CBCB
6#FAD6D5
7#FBE0E0
8#FDEAEA
9#FEF5F5
Tones
Muted variations
1#EE9C9B
2#E9A19F
3#E5A5A4
4#E0A9A9
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 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C5 #F8C5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F398 #F39896 | BordersInactive statesPlaceholder text |
| 400 | EC62 #EC625F | Disabled statesSecondary iconsMuted text |
| 500 | E735 #E73532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C91B #C91B18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A015 #A01513 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720F #720F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490A #490A09 | 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: #FDF2F1;
--salmon-100: #FBE0DF;
--salmon-200: #F8C5C4;
--salmon-300: #F39896;
--salmon-400: #EC625F;
--salmon-500: #E73532;
--salmon-600: #C91B18;
--salmon-700: #A01513;
--salmon-800: #720F0D;
--salmon-900: #490A09;
--salmon-950: #2E0605;
}