Use the System.Drawing.SystemColors namespace to get the Windows system colors.

Code:
'' This retrieves the HighlightText color and assigns it to the BackColor of a form

myForm.BackColor = System.Drawing.SystemColors.HighlightText