diff --git a/src/ftxui/dom/benchmark_test.cpp b/src/ftxui/dom/benchmark_test.cpp
index fea4cd70a6691fdef54acffd119373a4c5a2d796..4c467098404bbfef862da492661bb7ee4ce8882f 100644
--- a/src/ftxui/dom/benchmark_test.cpp
+++ b/src/ftxui/dom/benchmark_test.cpp
@@ -59,6 +59,9 @@ static void BenchmarkStyle(benchmark::State& state) {
           text("Test") | strikethrough,
           text("Test") | color(Color::Red),
           text("Test") | bgcolor(Color::Red),
+          text("Test") | color(Color::RGB(42, 87, 124)),
+          text("Test") | bgcolor(Color::RGB(42, 87, 124)),
+          text("Test") | color(Color::RGB(42, 87, 124)) | bgcolor(Color::RGB(172, 94, 212)),
           text("Test") | blink,
           text("Test") | automerge,
       }));