# File lib/sass/script/value/color.rb, line 386
    def hsla
      [hue, saturation, lightness, alpha].freeze
    end