Try our online notepad for secure note-taking
Choose and convert colors with ease
Pick any color visually and get its hex code instantly — no design software needed. Useful for CSS, HTML, branding, presentations, or matching colors across projects.
A hex code is a six-digit code that represents a color for screens, written like #50CA59. The three pairs encode the amount of red, green, and blue, from 00 (none) to FF (full). Hex codes are the standard way to specify colors in HTML and CSS.
They describe the same thing in different notations. #50CA59 in hex equals rgb(80, 202, 89) in RGB. Hex is more compact and common in stylesheets; RGB is easier to read and adjust numerically.
Use a color picker like this one to select the shade visually, or take a screenshot and sample the exact pixel with an eyedropper tool in any image editor, then copy the hex code it reports.