/* use color: ; it can be: */ color: red; /*color name(1)*/ color: rgb(100, 50, 30); /*RGB value(2)*/ color: #122120; /*HAX value(3)*/ color: #fff; color: hsl(120, 55%, 20%) /*HUE value(4)*/ /*(2)and(3) are the most recommended*/