diff --git a/tests/ImageSharp.Tests/Colors/ColorConstructorTests.cs b/tests/ImageSharp.Tests/Colors/ColorConstructorTests.cs
new file mode 100644
index 0000000000..64529b5ccd
--- /dev/null
+++ b/tests/ImageSharp.Tests/Colors/ColorConstructorTests.cs
@@ -0,0 +1,42 @@
+//
+// Copyright (c) James Jackson-South and contributors.
+// Licensed under the Apache License, Version 2.0.
+//
+
+namespace ImageSharp.Tests.Colors
+{
+ using System.Numerics;
+ using Xunit;
+
+ public class ColorConstructorTests
+ {
+ public static readonly TheoryData