Salmon
#F49595
RedColor Codes
All color formats for development
HEX
#F49595RGB
rgb(244, 149, 149)HSL
hsl(0, 81%, 77%)OKLCH
oklch(0.768 0.115 20)CMYK
cmyk(0%, 39%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F07171
2#EC4E4E
3#E92A2A
4#D51616
5#B21313
6#8E0F0F
7#6B0B0B
8#470707
9#240404
Tints
Lighter variations
1#F59F9F
2#F6AAAA
3#F7B5B5
4#F8BFBF
5#F9CACA
6#FBD5D5
7#FCDFDF
8#FDEAEA
9#FEF4F4
Tones
Muted variations
1#EF9A9A
2#EA9E9E
3#E6A3A3
4#E1A8A8
5#DCADAD
6#D7B1B1
7#D3B6B6
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 #F9C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F49595 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5D5D | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21111 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F1;
--salmon-100: #FCDFDF;
--salmon-200: #F9C3C3;
--salmon-300: #F49595;
--salmon-400: #EE5D5D;
--salmon-500: #E92F2F;
--salmon-600: #CB1515;
--salmon-700: #A21111;
--salmon-800: #730C0C;
--salmon-900: #4A0808;
--salmon-950: #2E0505;
}