I was using cursor color to indicate shell modes and discovered that Konsole doesn’t support it. I searched Vt102Emulation.cpp to verify.
It supports other Operating System Control sequences such as 10 & 11 for fg & bg color respectively, but not 12 for cursor color.
Example: open XTerm, paste: printf ‘\033]12;red\a’