diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json
index 903f17d839..6322335d51 100644
--- a/seed/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json
@@ -5039,7 +5039,7 @@
"title": "Use RGB to Mix Colors",
"description": [
"Just like with hex code, you can mix colors in RGB by using combinations of different values.",
- "Replace the color words in our style
element with their correct RGB values.",
+ "Replace the hex codes in our style
element with their correct RGB values.",
"
Color | RGB |
---|---|
Blue | rgb(0, 0, 255) |
Red | rgb(255, 0, 0) |
Orchid | rgb(218, 112, 214) |
Sienna | rgb(160, 82, 45) |