Salmon
#F29797
RedColor Codes
All color formats for development
HEX
#F29797RGB
rgb(242, 151, 151)HSL
hsl(0, 78%, 77%)OKLCH
oklch(0.769 0.11 19.9)CMYK
cmyk(0%, 38%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE7474
2#E95151
3#E52E2E
4#D21A1A
5#AF1616
6#8C1111
7#690D0D
8#460909
9#230404
Tints
Lighter variations
1#F3A1A1
2#F5ABAB
3#F6B6B6
4#F7C0C0
5#F9CBCB
6#FAD5D5
7#FBE0E0
8#FCEAEA
9#FEF5F5
Tones
Muted variations
1#EE9B9B
2#E9A0A0
3#E4A4A4
4#E0A9A9
5#DBADAD
6#D7B2B2
7#D2B7B7
8#CDBBBB
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F29797 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6060 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F1;
--salmon-100: #FBDFDF;
--salmon-200: #F8C4C4;
--salmon-300: #F29797;
--salmon-400: #EB6060;
--salmon-500: #E63333;
--salmon-600: #C81919;
--salmon-700: #9F1414;
--salmon-800: #710E0E;
--salmon-900: #490909;
--salmon-950: #2D0606;
}