Translate colors between HEX, RGB, HSL, and CMYK with a live swatch — all in your browser like APK Analyzer and APK String Extractor: nothing is uploaded to DroidXP, and no extra color library is required. For picking from the screen, pair with Color Picker.
Gradients & shadows: Gradient Generator, CSS Shadow Generator.
You edit one representation — HEX, sRGB bytes, HSL, or print-style CMYK — and the rest stay synchronized. Read-only fields show ready-to-paste
rgb(), hsl(), or cmyk() strings. Relative luminance follows the WCAG sRGB definition for quick lightness and contrast ballparking.
Conversions are plain JavaScript on your device: no color payload is sent to DroidXP. You only load this page’s normal static assets.
The last RGBA tuple may be stored in localStorage so the swatch survives refresh. Clear site data if you share the machine.
No. Every conversion runs in your browser with JavaScript math. RGB/HSL/HEX/CMYK numbers are not sent to DroidXP servers. No third-party color library is required.
CMYK here is a standard sRGB-to-CMYK style transform for rough proofing. Real press workflows use ICC profiles, spot inks, and calibrated proofs — not a browser utility.
Values are rounded to integers (0–255) and finite precision in HSL↔RGB math. Tiny shifts after round-trips are normal.
It is relative luminance in the sRGB sense (WCAG-style), useful for estimating perceived lightness and contrast pairs — not a substitute for a full contrast checker on your final design.
No. This tool works in sRGB. Displays and CSS may use wider gamuts; conversions beyond sRGB need specialized tools.
Alpha is 0–100% and maps to 8-bit transparency in HEX (#RRGGBBAA) and rgba()/hsla() CSS strings. The native color picker may not show alpha; use the alpha field when you need it.
Not automatically. Use HEX or rgb/hsl inputs, or pick from the system color input, then copy the computed formats.
This page uses HSL (hue, saturation, lightness). HSV is a different cylinder model; convert externally if your toolchain expects HSV.
Yes: nothing is uploaded for the conversion step. Only normal page assets load like any static site.
They are quick ratios from relative luminance. For accessibility sign-off, pair with a dedicated contrast checker and your real backgrounds.
It helps inspect and copy formats. Token pipelines also need naming, themes, and build integration — beyond this page.