Salmon
#F49596
RedColor Codes
All color formats for development
HEX
#F49596RGB
rgb(244, 149, 150)HSL
hsl(359, 81%, 77%)OKLCH
oklch(0.768 0.115 19.4)CMYK
cmyk(0%, 39%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07173
2#EC4E50
3#E92A2D
4#D5161A
5#B21315
6#8E0F11
7#6B0B0D
8#470709
9#240404
Tints
Lighter variations
1#F59FA1
2#F6AAAB
3#F7B5B6
4#F8BFC0
5#F9CACB
6#FBD5D5
7#FCDFE0
8#FDEAEA
9#FEF4F5
Tones
Muted variations
1#EF9A9B
2#EA9EA0
3#E6A3A4
4#E1A8A9
5#DCADAD
6#D7B1B2
7#D3B6B7
8#CEBBBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F49596 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D60 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F32 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1518 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0809 | 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: #FEF1F1;
--salmon-100: #FCDFDF;
--salmon-200: #F9C3C4;
--salmon-300: #F49596;
--salmon-400: #EE5D60;
--salmon-500: #E92F32;
--salmon-600: #CB1518;
--salmon-700: #A21113;
--salmon-800: #730C0E;
--salmon-900: #4A0809;
--salmon-950: #2E0506;
}