# File lib/sass/script/color.rb, line 391
    def inspect
      alpha? ? rgba_str : hex_str
    end