Pick & Input
°
%
%
HEX (e.g., #0D9488) and RGB (e.g., rgb(13, 148, 136)) both represent colors. HEX is a compact hexadecimal notation commonly used in CSS, while RGB uses decimal values for Red, Green, and Blue channels.
WCAG (Web Content Accessibility Guidelines) defines contrast ratios to ensure text is readable. A ratio of 4.5:1 is required for normal text (AA level), and 7:1 for enhanced readability (AAA level).
Yes. All color conversion is done locally in your browser with pure JavaScript. No data is sent to any server.