<!DOCTYPE html>
<title>Example</title>
<style>
ol > li:nth-last-child(3) {
background-color: peachpuff;
}
li { padding: .5em; }
</style>
<ol>
<li>List item</li>
</ol>