powered by
Get information about the closest RHS color to some CIELab coordinates.
get_closest_color(L, a, b, metric = "CIEDE2000")
The lightness L* of the color.
The chromatic component a* (red-green).
The chromatic component b* (blue-yellow).
The color distance to use.
A one-row tibble.
# NOT RUN { get_closest_color(65, 20, -20) # }
Run the code above in your browser using DataLab