Edit in JSFiddle

<ul>
  <li>Один</li>
  <li>Два</li>
  <li>Три</li>
  <li>Четыре</li>
</ul>
li:nth-child(2) {
  background: violet;
}