diff --git a/html5/js/VideoDecoder.js b/html5/js/VideoDecoder.js
index a80eb85f..b0101864 100644
--- a/html5/js/VideoDecoder.js
+++ b/html5/js/VideoDecoder.js
@@ -70,6 +70,7 @@ class XpraVideoDecoder {
codec: this.codec,
hardwareAcceleration: "no-preference",
optimizeForLatency: true,
+ colorSpace: new VideoColorSpace({fullRange: true})
});
this.last_timestamp = 0;
this.initialized = true;