Salmon
#F49497
RedColor Codes
All color formats for development
HEX
#F49497RGB
rgb(244, 148, 151)HSL
hsl(358, 81%, 77%)OKLCH
oklch(0.767 0.116 18.1)CMYK
cmyk(0%, 39%, 38%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07176
2#EC4E53
3#E92A31
4#D5161D
5#B21318
6#8E0F13
7#6B0B0E
8#47070A
9#240405
Tints
Lighter variations
1#F59FA2
2#F6AAAD
3#F7B5B7
4#F8BFC1
5#F9CACC
6#FBD5D6
7#FCDFE0
8#FDEAEA
9#FEF4F5
Tones
Muted variations
1#EF9A9C
2#EA9EA1
3#E6A3A5
4#E1A8AA
5#DCADAE
6#D7B1B3
7#D3B6B7
8#CEBBBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F49598 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D62 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB151B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A080A | 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: #FEF1F2;
--salmon-100: #FCDFE0;
--salmon-200: #F9C3C5;
--salmon-300: #F49598;
--salmon-400: #EE5D62;
--salmon-500: #E92F35;
--salmon-600: #CB151B;
--salmon-700: #A21116;
--salmon-800: #730C10;
--salmon-900: #4A080A;
--salmon-950: #2E0506;
}