Color & UI tools
// Color & UI
Color Picker
> Pick any color and grab HEX, RGB, HSL, contrast tips, and CSS variables.
picker.cfg
RGB
rgb(0, 255, 136)
HSL
hsl(152, 100%, 50%)
vs white
1.34:1
vs black
15.66:1
css.out
Aa Preview
/* Selected color */ --color: #00FF88; --color-rgb: 0, 255, 136; background: #00FF88; color: #000000; rgb(0, 255, 136) hsl(152, 100%, 50%)