fork download
  1. import matplotlib.colors
  2. print(list(matplotlib.colors.to_rgb("skyblue")))
Success #stdin #stdout 1.38s 56216KB
stdin
Standard input is empty
stdout
[0.5294117647058824, 0.807843137254902, 0.9215686274509803]