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