New to Kendo UI for jQueryStart a free 30-day trial

Color

configuration

The color of the QR code. Accepts a valid CSS color string, including hex and rgb.

color

String

Default: "#000"

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
  value: "https://demos.telerik.com/kendo-ui/dataviz/overview/index.html",
  color: "#aa00bb"
});
</script>
Not finding the help you need?
Contact Support