# File lib/faker/color.rb, line 21
      def hsl_color
        [(0..360).to_a.sample, rand.round(2), rand.round(2)]
      end