Color Picker

Pick a color → get Hex + RGB
Tip: You can also paste a hex code below.
HEX
#7AA0FF
RGB
rgb(122, 160, 255)
Edit
Debug / Raw Output
{}

Preview

Updates in real time
CSS: color: #7AA0FF;
CSS: color: rgb(122, 160, 255);
All processing stays in your browser. Copy buttons use the Clipboard API (with a safe fallback).