H: {{ String(hue[0]).padStart(3, '0') }}
-S: {{ String(saturation[0]).padStart(3, '0') }}
-L: {{ String(lightness[0]).padStart(3, '0') }}
-R: {{ String(rgb[0]).padStart(3, '0') }}
-G: {{ String(rgb[1]).padStart(3, '0') }}
-B: {{ String(rgb[2]).padStart(3, '0') }}
+ class="w-full flex p-4 font-heading" + :style="{backgroundColor: `hsl(${hue},${saturation}%,${lightness}%)`}" + style="transition: color 0.2s ease-in-out" + :class="{'text-black': foregroundBlack(...rgb)}"> +HUE
-SAT
-LIT
-HUE
+SAT
+LIT
+