Keyboard TextEditBox textColor and hintTextColor aren't reflecting my hexcolor codes.

I’ve been able to use hexcodes everywhere in my code except here. I’m able to edit the keyboard colors with hexcodes, but not the textEditBox colors. Not sure what kind of color code is expected. Anyone else experience this?

Searching my old code for “textEditBox” and “color”, it looks like the only time I’ve set the color I used:

m.keyboard.keyboard.textEditBox.textColor = "0x00FF00FF"

That would set it to green. I can’t find any instance of “hintTextColor” anywhere. I’ve used “messageColor” on the KeyboardDialog component.