diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc
index be94e718190102bccc54867016e58d845f335830..cc76f44b9e658888c6a9c23be3823a030c904c89 100644
--- a/themes/bartik/color/color.inc
+++ b/themes/bartik/color/color.inc
@@ -23,7 +23,7 @@
       'title' => t('Blue Lagoon (default)'),
       'colors' => array(
         'bg' => '#ffffff',
-        'link' => '#288cc9',
+        'link' => '#0071B3',
         'top' => '#0779bf',
         'bottom' => '#48a9e4',
         'text' => '#3b3b3b',
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index 91595b4a8afc35d453ad56f0cc6d7b114632de58..0e7ef684cf8fb5e67f5b061cdd7e1a57081cadbd 100644
--- a/themes/bartik/css/colors.css
+++ b/themes/bartik/css/colors.css
@@ -28,7 +28,7 @@ body.overlay {
   background-image: -moz-linear-gradient(-90deg, #0779bf, #48a9e4);
 }
 a {
-  color: #288CC9;
+  color: #0071B3;
 }
 a:hover,
 a:focus {