LEGO Color Chart & Hex Reference – Online BrickLink Colors
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
UD5 Toolkit
Pick any color from your screen instantly using the EyeDropper API
<input type="color"> color picker, allowing you to still select colors using your operating system's native color picker dialog. The fallback option appears automatically when needed.
#FF5733). It's the most common format used in web design and CSS. RGB (Red, Green, Blue) expresses colors as three decimal values from 0–255 (e.g., rgb(255, 87, 51)), representing the intensity of each color channel. HSL (Hue, Saturation, Lightness) describes colors more intuitively: Hue is the color wheel angle (0–360°), Saturation is color intensity (0–100%), and Lightness is brightness (0–100%). HSL is often preferred by designers because it's easier to adjust shades and tints. This tool provides all three formats for your convenience.
<input type="color"> element, which opens your device's system color picker. While not as seamless as the desktop eyedropper experience, you can still pick colors effectively on mobile. For the best experience, we recommend using a Chromium-based browser on desktop.
localStorage. This means your picked colors remain on your device and are never transmitted to any server. You can clear the history at any time by clicking the "Clear" button. The history persists across browser sessions (even after closing and reopening the browser) until you manually clear it or clear your browser's local storage. Up to 24 colors are retained, with older entries being removed when the limit is reached.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Pick a source color and generate a complete M3 tonal palette with light/dark schemes. Export as CSS custom properties.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
Enter L*a*b* values and see the corresponding RGB and hex color. Useful for advanced color manipulation.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Decode individual video frames from a local file using the VideoDecoder API. Step through frames. Cutting‑edge browser feature.
Request HID devices and list them. Read input reports and send output. For custom hardware and controllers.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
See your device's battery level, charging status, and discharge time using the Battery Status API. Fun utility.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Test the new HTML popover attribute for creating accessible tooltips, menus, and dialogs without JavaScript. Copy code snippets.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
See a random color and type its name. Score based on accuracy. Fun for designers. Local.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Explore the RGB color space as a rotatable 3D cube. Pick a color directly from the volume. Drag to rotate. Canvas 3D.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Turn your browser screen into a full‑color flashlight or strobe. Adjust brightness and color. Simple utility.
Get the exact RGB inversion (negative) of any color. Useful for dark mode theming and high‑contrast accessibility checks.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Mix two or more colors using subtractive (CMYK‑like) blending. See what happens when you combine real paints. Brush effect canvas.
Execute GraphQL queries against any endpoint with variables and headers. Explore schema via introspection. All requests made directly from your browser.
Find the official name of any hex color from the extended color dictionary. Search by name to get the hex code. Handy for CSS and design language.