# File lib/sass/script/value/color.rb, line 337
    def lightness
      rgb_to_hsl!
      @attrs[:lightness]
    end