The easiest way to explore colors is to use the color picker, simply by clicking the search box. Clicking on the search box with the color picker open will allow you to enter search queries.
More complex color interrogation functions are available, e.g. searching within a hue range and ordering results by color lightness:
Function | Description | Example |
---|---|---|
red | RGB red | red(200, 255) |
green | RGB green | green(70, 100) |
blue | RGB blue | blue(200, 255) |
hue | HSL hue | hue(0, 5) |
saturation | HSL saturation | saturation(85, 90) |
lightness | HSL lightness | lightness(70, 90) |
c | CIELCh chroma | c(40, 60) |
h | CIELCh hue | h(240, 300) |
l | CIELab lightness | l(80, 100) |
a | CIELab A | a(-32, -31) |
b | CIELab B | b(50, 70) |
Multiple color functions can be used and in conjunction with full-text terms: sunset h(0, 20) order(lightness-desc)
Use the form below to report bugs, request features & improvements, business questions and any other feedback.