Light Vibes.

sample the room · match your Hue exactly
Sample the light around you.
sampling here
sampled
Hue
Saturation
Brightness
Tone
sending to Hue
sample to see the Hue command
Camera needs https or localhost — Safari blocks it otherwise.

Settings

Light Vibes sends the exact sampled color to your Hue bridge through one shortcut.

Fire on every sample

One-time setup — a single shortcut. No bridge details live in this app; they stay in your shortcut.

  1. Bridge IP: open https://discovery.meethue.com on your Wi-Fi.
  2. Local API key (NOT the Remote-API developer portal — that's the cloud API). Press the bridge's round link button, then within 30s run: curl -X POST http://<IP>/api -d '{"devicetype":"light_vibes#you"}' — the returned username is your key.
  3. New shortcut named exactly Light Vibes.
  4. Action Receive input (text).
  5. Action Get Contents of URL → type the bridge URL below into the URL field (not a header), Method PUT, Request Body File set to the Shortcut Input (this sends the color JSON as the raw body).
http://<BRIDGE_IP>/api/<KEY>/groups/0/action

The app sends this body per sample (example from your last sample):

{"on":true,"hue":8000,"sat":180,"bri":200}

groups/0 = every light. Point it at one light (/lights/<id>/state) or a group to scope it. Only color bulbs show hue — dimmable/white bulbs just match brightness. Your phone/Mac must be on the same Wi-Fi as the bridge; the Hue key stays only in the shortcut.