I have applied a color #00AAEE which is being shortened for me to #0AE, so ok, but when I color inspect the resulting color, the color is actually #02AAEE.
It looks like the CSS has the correct hex color for the font on that page:
In this case, the issue is not with how Webflow handles hex colors, but rather with how different browsers and devices render these colors. There’s a few known issues between how chrome and safari (and other browsers/devices) render hex colors differently. You can read more on this here.
Hi @Grant_Davis just checking to see if you fixed it?
Also, your button hovers are moving a little… I see a bunch of things going on with your buttons. I would think about taking the button interactions of and simply using css styles for these. Too many interactions will negatively affect your page. For simple buttons, it’s best to use css styles.