System colors are deprecated and should not be used anymore.

Noncompliant Code Example

.mybox {
  color: ActiveBorder;
}

See