diff --git a/src/app/post/components/post-card/post-card.component.scss b/src/app/post/components/post-card/post-card.component.scss
index 058698b00fd639aebef60766af5f8287f5f922bd..5e1fcacf02e407e638ec0b7070057905dd16bf63 100644
--- a/src/app/post/components/post-card/post-card.component.scss
+++ b/src/app/post/components/post-card/post-card.component.scss
@@ -47,7 +47,7 @@
 
     .details {
       @include font-regular-14;
-      color: $grey-4-text;
+      color: $grey-4-5-1;
     }
   }
 }
diff --git a/src/app/post/components/post-details/post-details.component.scss b/src/app/post/components/post-details/post-details.component.scss
index 9fe01a944c5da69d2c2ccc151e68957a0c9c17fc..3a25d27d420438cbc42eba1502135d2b51d28fa9 100644
--- a/src/app/post/components/post-details/post-details.component.scss
+++ b/src/app/post/components/post-details/post-details.component.scss
@@ -38,7 +38,7 @@ h1 {
   flex-direction: column;
   gap: 4px;
   @include font-regular-14;
-  color: $grey-4-text;
+  color: $grey-4-5-1;
 }
 
 .informations {
diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss
index c9c86211c8ca31140693050cbb5665013b9490e9..5003e5110ed1254fc195a55722225359f8d8b3fc 100644
--- a/src/app/profile/profile.component.scss
+++ b/src/app/profile/profile.component.scss
@@ -84,7 +84,7 @@ section {
     }
     .job {
       @include font-regular-15;
-      color: $grey-4-text;
+      color: $grey-4-5-1;
     }
 
     .contact {
diff --git a/src/app/profile/structure-edition-summary/no-information/no-information.component.scss b/src/app/profile/structure-edition-summary/no-information/no-information.component.scss
index 02f9e779ce6d9c5a6d3c5403053c40850e7f3d47..442c7da16c03f4e14b7d3b3027f61624c2652cee 100644
--- a/src/app/profile/structure-edition-summary/no-information/no-information.component.scss
+++ b/src/app/profile/structure-edition-summary/no-information/no-information.component.scss
@@ -1,7 +1,7 @@
 @import 'color';
 
 .noInformation {
-  color: $grey-4-text;
+  color: $grey-4-5-1;
   font-weight: 400;
   font-style: italic;
   margin: 0;
diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
index 25887a73b10a62eab0342c9ad4933c4ceda6d194..a0475cf5495a58a9cdeb4133a908e218c3daeb30 100644
--- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
+++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
@@ -33,7 +33,7 @@
         color: $red;
       }
       p {
-        color: $grey-4-text;
+        color: $grey-4-5-1;
       }
     }
 
diff --git a/src/app/shared/components/structure-hours/structure-hours-list.component.scss b/src/app/shared/components/structure-hours/structure-hours-list.component.scss
index f3a0133bc2fb5367dcbff822cd7aec8bfd1743bb..0f5159d0f4e5030d6f5f3308b5894d9b192d96d5 100644
--- a/src/app/shared/components/structure-hours/structure-hours-list.component.scss
+++ b/src/app/shared/components/structure-hours/structure-hours-list.component.scss
@@ -48,7 +48,7 @@ ul.hoursContainer {
     }
     .openingTime {
       @include font-regular-13;
-      color: $grey-4-text;
+      color: $grey-4-5-1;
       display: flex;
       gap: 8px;
     }
diff --git a/src/app/structure-list/components/card/card.component.scss b/src/app/structure-list/components/card/card.component.scss
index 443d32b9cf54d8b52069dd49eae23634fdee1bcb..a984c434a6ec752e330432019600a14746f9e323 100644
--- a/src/app/structure-list/components/card/card.component.scss
+++ b/src/app/structure-list/components/card/card.component.scss
@@ -60,12 +60,12 @@
         }
         .structureLocation {
           @include font-regular-14;
-          color: $grey-4-text;
+          color: $grey-4-5-1;
         }
 
         .structureLocationDot {
           font-size: 0.3rem;
-          color: $grey-4-text;
+          color: $grey-4-5-1;
         }
       }
 
diff --git a/src/app/structure-list/components/structure-details/structure-details.component.scss b/src/app/structure-list/components/structure-details/structure-details.component.scss
index 89b029fa9586346d6d8194c0de2814b3ebb6bf7c..919fd701d520f711df20a3e076378219490a66aa 100644
--- a/src/app/structure-list/components/structure-details/structure-details.component.scss
+++ b/src/app/structure-list/components/structure-details/structure-details.component.scss
@@ -110,7 +110,7 @@ section.actions {
 section.informations {
   .light {
     font-weight: 400;
-    color: $grey-4-text;
+    color: $grey-4-5-1;
   }
 }
 
diff --git a/src/assets/scss/_color.scss b/src/assets/scss/_color.scss
index 76a0ac0c046b73b15f289daa7ae9644e7220f831..c5384d2d3509dc6c2fc3d76b324aa720d298c2e3 100644
--- a/src/assets/scss/_color.scss
+++ b/src/assets/scss/_color.scss
@@ -7,7 +7,6 @@ $grey-1: #333333;
 $grey-2-v3: #4c4d53;
 $grey-3: #696969;
 $grey-4: #949494;
-$grey-4-text: #767676;
 $grey-5: #bdbdbd;
 $grey-6: #dedede;
 $grey-7: #e9e9e9;