diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a89ede4e3bad077ba26b5128c6ab8861854bcdb7..f3447c6df245f709fde7d7437ad2d874e2d2bbe3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,7 @@ Fixed
 ~~~~~
 
 * PDF generation failed with S3 storage due to incompatibility with boto3
+* PWA theme colour defaulted to red
 * Form for editing group type displayed irrelevant fields
 
 `2.7`_ - 2022-01-24
diff --git a/aleksis/core/templates/core/partials/meta.html b/aleksis/core/templates/core/partials/meta.html
index cae0f93b801ab0157f61bbe319067ac49979002c..30b2ef099f0914f8ab68df34c047732293d91d5b 100644
--- a/aleksis/core/templates/core/partials/meta.html
+++ b/aleksis/core/templates/core/partials/meta.html
@@ -6,7 +6,7 @@
 <meta name="description" content="{{ SITE_PREFERENCES.general__description }}"/>
 <meta name="generator" content="AlekSIS School Information System"/>
 
-<meta name="theme-color" content="red">
+<meta name="theme-color" content="{{ SITE_PREFERENCES.theme__primary }}">
 <meta name="mobile-web-app-capable" content="yes">
 
 <meta name="apple-mobile-web-app-title" content="{{ SITE_PREFERENCES.general__title }}">