color() Display‑P3 Generator - Online Wide Gamut CSS
Pick a color in the Display‑P3 space and get the CSS color() function. See the difference from sRGB. For modern design.
UD5 Toolkit
color(display-p3 ...) — Chrome, Safari, Edge, and Firefox all support this now.color() function: color(display-p3 r g b) where r, g, b are values from 0 to 1. For example: background: color(display-p3 1 0.25 0); produces a vivid orange-red beyond sRGB. Always provide an sRGB fallback: background: rgb(255,64,0); background: color(display-p3 1 0.25 0);. Browsers that don't understand P3 will use the sRGB fallback.(color-gamut: p3) media query. Look at the badge at the top — if it says "P3 Supported", your display can show wide gamut colors. You can also visually compare the two preview panels: if they look identical for vibrant presets, your display may be limited to sRGB. On a P3-capable screen, the left panel will appear noticeably more vivid for out-of-gamut colors.dynamic-range-limit or HDR image formats (AVIF, JPEG XL). True HDR brightness on the web is still evolving. Wide gamut colors (chroma) are well-supported today via color(display-p3 ...).color(rec2020 ...) in some browsers. However, Display P3 is the most practical wide gamut space for web design today because it's natively supported by Apple devices and most modern browsers, making it the sweet spot between compatibility and color richness.Pick a color in the Display‑P3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Test the upcoming contrast‑color() CSS function. Get white or black automatically for a given background. See it live.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Classic HSV color wheel with sliders. See hex, RGB, and HSL equivalents. Intuitive for artists. No server interaction.
Select parent colors and genotypes to predict possible offspring coat colors. Based on simple Mendelian genetics for common breeds.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
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.
Rotate the hue of any image globally. Turn a red car blue instantly. Download the result. Works entirely in the browser.
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 a URL and see a preview of how it will appear when shared on Facebook, Twitter, LinkedIn. Detect missing tags.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, cross‑origin friendly.
Convert any image into colored ASCII art using divs with background colors. Creates a stunning text‑based replica. View & copy HTML.
Want a green smoothie? Pick a color and get a simple healthy recipe. Detox, protein, or fruit.
Select a color and see which cocktails match it roughly. Blue for Blue Lagoon, red for Negroni. Fun bar guide.
Type a few words and see them rendered at every heading size (h1–h6) with your chosen font. Perfect for design systems.
Turn your browser screen into a full‑color flashlight or strobe. Adjust brightness and color. Simple utility.
Upload an image and see its RGB and luminance histograms. Understand exposure and color distribution. Photographer tool.
Preview how a CMYK value will look on screen (approximate). Compare with its RGB equivalent. Pre‑press check.
Paste multiple HTML snippets (header, footer) and a main content, then combine them into a single preview. Static site helper.
Apply tone mapping algorithms to bring out details in highlights and shadows. Simulate HDR from a single image.
Enter a hex color and hear a tone mapped to its hue. Explore the connection between color and sound. Fun perceptual experiment.
Get the exact RGB inversion (negative) of any color. Useful for dark mode theming and high‑contrast accessibility checks.
Arrange virtual fabric squares or triangles on a grid to preview a quilt pattern. Change colors and sizes. Export layout.
Paste your Swagger/OpenAPI YAML and see a rendered API documentation preview with expandable endpoints. All local rendering.