Salmon
#F35970
RedColor Codes
All color formats for development
HEX
#F35970RGB
rgb(243, 89, 112)HSL
hsl(351, 87%, 65%)OKLCH
oklch(0.673 0.189 14.9)CMYK
cmyk(0%, 63%, 54%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F13955
2#EF1A3A
3#D90F2D
4#BA0D27
5#9B0B20
6#7C091A
7#5D0613
8#3E040D
9#1F0206
Tints
Lighter variations
1#F5697E
2#F6798C
3#F78A9A
4#F89BA9
5#F9ACB7
6#FABCC6
7#FCCDD4
8#FDDEE2
9#FEEEF1
Tones
Muted variations
1#EC6075
2#E4687A
3#DC6F80
4#D47785
5#CD7F8B
6#C58790
7#BD8E95
8#B5969B
9#AE9EA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791A1 | BordersInactive statesPlaceholder text |
| 400 | F358 #F3586F | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F02846 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20F2C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70C23 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770819 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FEF1F3;
--salmon-100: #FDDEE2;
--salmon-200: #FBC1CA;
--salmon-300: #F791A1;
--salmon-400: #F3586F;
--salmon-500: #F02846;
--salmon-600: #D20F2C;
--salmon-700: #A70C23;
--salmon-800: #770819;
--salmon-900: #4C0510;
--salmon-950: #30030A;
}