Text input
Color picker
Import Box
Input | Color | Note |
---|---|---|
#FFFFFF 000000 | #White Black | with # and without # |
#999 555 | #Grey Grey | short hex - with # and without # |
#FF000055 | #Red | input RGBA, outputs without opacity/transparency |
FF5500, FFFF00 00FF00 |
Orange, Yellow Green |
comma separated values multi-line values |
00FFFF#0000FF 9900FFFF0080 |
Cyan#Blue PurplePink |
combined values - with # and without # |
Palette
- Left-click a swatch to copy its HEX code.
- Right-click a swatch to remove it from the palette.
Replaces 0xFF with #
Examples:
- 0xFFFFFFFF = #FFFFFF = White
- 0xFF000000 = #000000 = Black
- 0xFFFF0080 = #FF0080 = Neon Rose (Pink)
- 0xFF00FFFF = #00FFFF = Cyan (Blue)
Left-click a swatch to copy its HEX color equivalent.