Salmon
#F7919A
RedColor Codes
All color formats for development
HEX
#F7919ARGB
rgb(247, 145, 154)HSL
hsl(355, 86%, 77%)OKLCH
oklch(0.766 0.123 14.7)CMYK
cmyk(0%, 41%, 38%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F46D79
2#F14957
3#EF2435
4#DB1021
5#B70E1C
6#920B16
7#6E0811
8#49050B
9#250306
Tints
Lighter variations
1#F89DA4
2#F8A8AE
3#F9B3B9
4#FABEC3
5#FBC8CD
6#FCD3D7
7#FDDEE1
8#FDE9EB
9#FEF4F5
Tones
Muted variations
1#F2979F
2#ED9CA3
3#E8A1A7
4#E3A6AB
5#DEABAF
6#D9B0B4
7#D3B5B8
8#CEBABC
9#C9BFC0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC1 #FAC1C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F792 #F7929A | BordersInactive statesPlaceholder text |
| 400 | F359 #F35966 | Disabled statesSecondary iconsMuted text |
| 500 | EF2A #EF2A3A | Primary brand colorCTAsActive elementsLinks |
| 600 | D110 #D11020 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A60C #A60C19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7709 #770912 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C06 #4C060C | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F2;
--salmon-100: #FDDEE0;
--salmon-200: #FAC1C6;
--salmon-300: #F7929A;
--salmon-400: #F35966;
--salmon-500: #EF2A3A;
--salmon-600: #D11020;
--salmon-700: #A60C19;
--salmon-800: #770912;
--salmon-900: #4C060C;
--salmon-950: #2F0407;
}