diff --git a/core/lib/Drupal/Component/Uuid/Pecl.php b/core/lib/Drupal/Component/Uuid/Pecl.php
index 554d6a2..6676cd4 100644
--- a/core/lib/Drupal/Component/Uuid/Pecl.php
+++ b/core/lib/Drupal/Component/Uuid/Pecl.php
@@ -11,7 +11,7 @@ class Pecl implements UuidInterface {
    * {@inheritdoc}
    */
   public function generate() {
-    return uuid_create(UUID_TYPE_DEFAULT);
+    return strtolower(uuid_create(UUID_TYPE_DEFAULT));
   }
 
 }
