
Announcements
I want to have 4 buttons on a canvas app (classic controls not modern controls)
These buttons will have different Fill colors like: bright-orange-red, lime green, bright yellow, bright blue.
I will have hex codes for these colors as per branding guide provided by the client.
But I want to avoid converting these to RGBA and I am looking for a way to fill the button using Hex codes only.
Can you suggest a way within Power App to achieve Fill color of buttons using Hex instead of RGBA.
You can use ColorValue() within the Fill property of your button control
ColorValue("#F34723")
You can learn more at: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-colors
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.