diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss
index 48a16429b7246118aaa4e9ea2bfecfd42ce7e763..5c5732f895d212a3bcae05050351f97336d297cd 100644
--- a/lms/static/sass/features/_learner-profile.scss
+++ b/lms/static/sass/features/_learner-profile.scss
@@ -371,6 +371,7 @@
       @extend %t-ultrastrong;
 
       display: inline-block;
+      color: #222;
     }
 
     .subheader {
diff --git a/openedx/features/learner_profile/templates/learner_profile/learner_profile.html b/openedx/features/learner_profile/templates/learner_profile/learner_profile.html
index e53f7583072fbc14025c213db5c087db8c07c039..30d21a9c5a9c8f7286d6a2767b6c3217c02b7a1d 100644
--- a/openedx/features/learner_profile/templates/learner_profile/learner_profile.html
+++ b/openedx/features/learner_profile/templates/learner_profile/learner_profile.html
@@ -36,7 +36,7 @@ from openedx.core.djangolib.markup import HTML
             </div>
             % if own_profile:
                 <div class="profile-header">
-                    <div class="header">${_("My Profile")}</div>
+                    <h2 class="header">${_("My Profile")}</h2>
                     <div class="subheader">
                         ${_('Build out your profile to personalize your identity on {platform_name}.').format(
                             platform_name=platform_name,