diff --git a/pelicanconf.py b/pelicanconf.py
index 75cf75bd3e359bd26e7b807d036a069f97192c25..6f5d76ae8774a0fece5998356e55f94a1b4b6b23 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -97,8 +97,8 @@ RELATIVE_URLS = True
 
 PRIMARY_DARK = "#FF6600"
 PRIMARY_LIGHT = "#FF9955"
-SECONDARY_DARK = "#0606FA"
-SECONDARY_LIGHT = "#005EBE"
+SECONDARY_DARK = "#015ebe"
+SECONDARY_LIGHT = "#00c5fa"
 
 SPONSOR_LOGOS = (("/images/sponsors/logo_pysv.png", "https://www.python-verband.org/"),
                  ("/images/sponsors/logo-speedpartner.png", "https://www.speedpartner.de/"),