If you want to use this with input element to change label color and label is after the input element you can write this it's work for me
input:not(:focus) ~ label{ color:yourColor; }