Check if a collider is touching or inside a 2d circle (3D mode)

I was thinking maybe I could find the bounds of all colliders in the scene and check if the coordinates lie in the circle with code? Any other suggestions?

But that wouldn’t be completely accurate, since the bounds is just an axis aligned box.