diff --git a/features/input-color-alpha.yml b/features/input-color-alpha.yml
new file mode 100644
index 00000000000..bfde5e2c33a
--- /dev/null
+++ b/features/input-color-alpha.yml
@@ -0,0 +1,11 @@
+name: "`alpha` and `colorspace` attributes for ``"
+description: The ability to control the opacity of a color picked using `` and determine the colorspace of the selected color.
+spec: https://html.spec.whatwg.org/multipage/input.html#attr-input-alpha
+group:
+ - forms
+ - html-elements
+compat_features:
+ - api.HTMLInputElement.alpha
+ - api.HTMLInputElement.colorSpace
+ - html.elements.input.alpha
+ - html.elements.input.colorspace
diff --git a/features/input-color-alpha.yml.dist b/features/input-color-alpha.yml.dist
new file mode 100644
index 00000000000..cf67cdd8849
--- /dev/null
+++ b/features/input-color-alpha.yml.dist
@@ -0,0 +1,13 @@
+# Generated from: input-color-alpha.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: false
+ support:
+ safari: "18.4"
+ safari_ios: "18.4"
+compat_features:
+ - api.HTMLInputElement.alpha
+ - api.HTMLInputElement.colorSpace
+ - html.elements.input.alpha
+ - html.elements.input.colorspace
diff --git a/features/input-color.yml b/features/input-color.yml
index 2bba6214e9c..4d01ed950f8 100644
--- a/features/input-color.yml
+++ b/features/input-color.yml
@@ -5,12 +5,5 @@ group:
- forms
- html-elements
caniuse: input-color
-status:
- compute_from:
- - html.elements.input.type_color
compat_features:
- - api.HTMLInputElement.alpha
- - api.HTMLInputElement.colorSpace
- - html.elements.input.alpha
- - html.elements.input.colorspace
- html.elements.input.type_color
diff --git a/features/input-color.yml.dist b/features/input-color.yml.dist
index 68f489dfc55..3e109874032 100644
--- a/features/input-color.yml.dist
+++ b/features/input-color.yml.dist
@@ -11,22 +11,4 @@ status:
safari: "12.1"
safari_ios: "12.2"
compat_features:
- # ⬇️ Same status as overall feature ⬇️
- # baseline: false
- # support:
- # chrome: "20"
- # chrome_android: "25"
- # edge: "14"
- # firefox: "29"
- # safari: "12.1"
- # safari_ios: "12.2"
- html.elements.input.type_color
-
- # baseline: false
- # support:
- # safari: "18.4"
- # safari_ios: "18.4"
- - api.HTMLInputElement.alpha
- - api.HTMLInputElement.colorSpace
- - html.elements.input.alpha
- - html.elements.input.colorspace