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