**What version of Tailwind CSS are you using?** v4.1.14 **Reproduction URL** https://play.tailwindcss.com/ZQ4brTr12g **Describe your issue** ```css @theme { --color-lime: light-dark(theme(colors.lime.950), theme(colors.lime.50)); } ``` The second argument, `theme(colors.lime.50)`, somehow evaluates to `m`. This does not happen with 3-digit color variants. <img width="589" height="99" alt="Image" src="https://github.com/user-attachments/assets/a533988d-7f1b-4159-9033-3941c1696673" />