HWB Color Picker - Online Whiteness & Blackness Model
Pick colors using the HWB (Hue‑Whiteness‑Blackness) model. Get the CSS hwb() function code. Simpler than HSL for some.
UD5 Toolkit
w + b > 100%, the HWB model normalizes the values proportionally so they sum to exactly 100%. This means the "pure hue" component becomes zero, and the resulting color is a gray tone somewhere between white and black. The hue no longer affects the output—it's effectively achromatic. Our 2D panel visualizes this: the upper-right triangle (above the diagonal) represents this gray zone.
R = w + (1-w-b) × R_hue (same for G and B). If w+b > 1, the hue component disappears and you get a gray. This tool performs all conversions in real-time and provides both HWB and RGB/HEX outputs.
Pick colors using the HWB (Hue‑Whiteness‑Blackness) model. Get the CSS hwb() function code. Simpler than HSL for some.
Enter color in any CSS format and see all other representations. Live preview. Swatch history.
Type a CSS color name like 'tomato' or 'mediumseagreen' and instantly get its hex code and preview. Complete named colors list.
Dynamically blend two colors using the CSS color‑mix() function in different color spaces. Copy the exact CSS snippet. No JS required.
Use the light‑dark() CSS function to change colors based on color scheme. Build a simple dark mode toggle with one property.
Generate a range of tints and shades from a single hex color. Ideal for data visualization, UI design systems, and Tailwind custom palette creation. Local tool.
Test the upcoming contrast‑color() CSS function. Get white or black automatically for a given background. See it live.
Classic HSV color wheel with sliders. See hex, RGB, and HSL equivalents. Intuitive for artists. No server interaction.
Select colors in the OKLCH space with lightness, chroma, and hue. Convert to hex, RGB, and CSS oklch(). Perceptually uniform gradients.
Pick colors from a palette or use the eye dropper to sample colors from your screen. Converts between HEX, RGB, HSL. An essential tool for designers.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
Paste a stylesheet and extract every unique color (hex, rgb, hsl) into a palette. Swatches displayed. Copy as JSON.
A complete, searchable list of all 140+ named HTML/CSS colors with their hex codes and color previews. Click to copy code. Essential web reference.
Write modern CSS color functions like oklch(), lab(), hwb() and see the rendered color with fallback. Copy compatible code.
Discover beautiful color palettes for your projects. Generate random, complementary, or trendy schemes and copy hex codes. Useful for designers and developers.
Pick a color in the Display‑P3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Design a light and dark theme by picking colors for backgrounds, text, and links. Get the CSS for both themes. Local.
Use <input type='color'> and see its change events and value in hex. Understand the native color picker. Quick demo.
Browse all official LEGO colors with names, years, and hex codes. Sort by hue. Perfect for builders.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Pick colors for the shadcn/ui design system and generate the complete CSS variable theme file. Copy into your project.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Enter a hex color and get its relative luminance per WCAG definition. Understand why this matters for contrast.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Generate a random medieval occupation with a short description. For NPCs or historical curiosity. Local list.
Generate a hardboiled film noir plot with a detective, a dame, and a McGuffin. Great for creative writing prompts.
Generate a grand, aristocratic title like 'Duke of Waffleshire'. Perfect for silly fun or RPG characters. Local.
Design a button or card that glows on hover. Adjust shadow color, spread, and transition. Copy the CSS. Rich UI.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.