Salmon
#F3959A
RedColor Codes
All color formats for development
HEX
#F3959ARGB
rgb(243, 149, 154)HSL
hsl(357, 80%, 77%)OKLCH
oklch(0.768 0.113 16.6)CMYK
cmyk(0%, 39%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF7278
2#EB4F57
3#E72B35
4#D41821
5#B1141B
6#8D1016
7#6A0C10
8#47080B
9#230405
Tints
Lighter variations
1#F4A0A4
2#F6ABAE
3#F7B5B8
4#F8C0C2
5#F9CACD
6#FAD5D7
7#FBDFE1
8#FDEAEB
9#FEF4F5
Tones
Muted variations
1#EF9A9E
2#EA9FA3
3#E5A4A7
4#E1A8AB
5#DCADAF
6#D7B2B3
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 | F8C3 #F8C3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F3959A | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E65 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8303A | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA161F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11219 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49080B | 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: #F8C3C6;
--salmon-300: #F3959A;
--salmon-400: #ED5E65;
--salmon-500: #E8303A;
--salmon-600: #CA161F;
--salmon-700: #A11219;
--salmon-800: #730D12;
--salmon-900: #49080B;
--salmon-950: #2E0507;
}