getting a rotation from a normal

Using my RaycastHit.normal, I want to be able to turn my object (a particle in this case) to face the same direction as the surface hit. .normal will return the normal of the face hit. Is there a way I can convert that into a rotation?

*bump

 Quaternion.LookRotation(hit.normal)