Crates.io | oklch-color-picker |
lib.rs | oklch-color-picker |
version | 1.11.0 |
source | src |
created_at | 2024-09-19 14:57:32.464672 |
updated_at | 2024-11-03 03:23:06.313037 |
description | A standalone graphical color picker using the Oklch color space. Allows output to hex, rgb, hsl and many other formats. |
homepage | |
repository | https://github.com/eero-lehtinen/oklch-color-picker |
max_upload_size | |
id | 1380347 |
size | 988,714 |
Try the web demo: https://oklch.eerolehtinen.fi/
#RGB
, #RGBA
, #RRGGBB
, #RRGGBBAA
)rgb(..)
, hsl(..)
, oklch(..)
)0.5, 0.5, 0.5
or 120, 120, 120, 255
)Download from Releases.
If you have cargo, you can also install with:
cargo install oklch-color-picker --locked
Check out the neovim plugin that this picker was made for eero-lehtinen/oklch-color-picker.nvim.
Inspired by https://oklch.com/.