HTML Color Names - Online Complete List with Hex & Preview
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.
UD5 Toolkit
Convert official CSS color names to hex codes instantly. Browse all 148+ W3C standard named colors.
#FF6347, you can simply use tomato in your CSS. There are currently 148 official named colors standardized by W3C, including the original 16 HTML4 colors (like red, blue, green), 130 X11/SVG colors, and the CSS4 addition rebeccapurple. These names are case-insensitive and work across all browsers.
rebeccapurple), and 1 alias (cyan/aqua and magenta/fuchsia share hex values). Some colors also have British/American spelling variants like grey/gray and darkgrey/darkgray.
DodgerBlue, dodgerblue, or DODGERBLUE — all will render the same color (#1E90FF). This flexibility makes named colors easy to use in stylesheets without worrying about exact capitalization. However, the conventional format uses lowercase for consistency.
lightseagreen clearly describes the color). Hex codes offer more precision with 16.7 million possible values versus only 148 named options. For production websites, hex codes or RGB/HSL values are generally preferred because they allow exact brand color matching. Named colors are great for quick prototyping, learning CSS, and when you need a standard color that doesn't require precision.
rebeccapurple (#663399) is a special color added to the CSS Color Level 4 specification in 2014. It was named in memory of Rebecca Meyer, the daughter of renowned CSS pioneer Eric Meyer, who passed away from brain cancer at age 6. Rebecca's favorite color was purple. The web community rallied to honor her, and the W3C officially added this color name to the CSS standard — making it the first new named color added since the original specifications.
rebeccapurple is supported in all browsers released after 2014. Named colors are among the most backward-compatible CSS features available.
black (#000000), white (#FFFFFF), red (#FF0000), green (#008000), blue (#0000FF), yellow (#FFFF00), cyan/aqua (#00FFFF), magenta/fuchsia (#FF00FF), gray (#808080), silver (#C0C0C0), maroon (#800000), purple (#800080), navy (#000080), olive (#808000), teal (#008080), and lime (#00FF00). These were the first colors standardized for the web and remain fully supported today.
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.
Grid of all 148 named CSS colors. Hover to see detail, click to copy the name or hex. Essential frontend reference.
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.
Paste a stylesheet and extract every unique color (hex, rgb, hsl) into a palette. Swatches displayed. Copy as JSON.
Convert RGB and RGBA color values to their HEX or HEX+alpha representation. Live preview and copy CSS color strings instantly.
Quickly convert HEX color codes to RGB values and vice versa. See the color preview. Indispensable for web developers and graphic designers.
Type a word like 'sunset' or 'calm' and generate a color palette inspired by that mood. Simple associative mapping.
Generate single random colors or full palettes. Displays hex, RGB, and copy on click. Great for design inspiration.
Upload an image and instantly get a 6‑color palette with the most dominant shades. Click to copy hex codes. Canvas‑based.
Test the upcoming contrast‑color() CSS function. Get white or black automatically for a given background. See it live.
Enter a Kelvin value (1000‑40000) and see the approximate white‑balance color. Photography and lighting reference.
Paste a list of hex colors and generate CSS custom properties for them. Create your design token file instantly.
Pick a color in the Display‑P3 space and get the CSS color() function. See the difference from sRGB. For modern design.
Dynamically blend two colors using the CSS color‑mix() function in different color spaces. Copy the exact CSS snippet. No JS required.
Classic HSV color wheel with sliders. See hex, RGB, and HSL equivalents. Intuitive for artists. No server interaction.
Fetch a website's CSS and extract :root custom properties (‑‑color) to reveal its design token palette. For learning and inspiration.
See the Pantone Colors of the Year and popular palettes from past years. Get hex codes. Design inspiration.
Set a custom accent color for checkboxes, radios, range, and progress. See the browser’s rendering. Copy the CSS.
Use the light‑dark() CSS function to change colors based on color scheme. Build a simple dark mode toggle with one property.
Pick a base color and generate a full palette of 10 shades (50 to 900) like Tailwind CSS. Copy as hex or hsl.
Use <input type='color'> and see its change events and value in hex. Understand the native color picker. Quick demo.
Test if your display supports HDR colors by rendering a gradient in Rec.2020 space. See what you're missing. Canvas based.
Design a light and dark theme by picking colors for backgrounds, text, and links. Get the CSS for both themes. Local.
Select a color and see which cocktails match it roughly. Blue for Blue Lagoon, red for Negroni. Fun bar guide.
Paste body text and test different font/background combos. See an actual passage rendered, not just a ratio. True feel for legibility.
Input RGB values and see the HSL equivalent with a color preview. Understand lightness and saturation. Local.
Adjust the color temperature of your image: move slider to make it warmer or cooler. Quick white balance fix. Local canvas.
Enter a palette of colors and see a grid showing whether each foreground/background pair passes AA or AAA contrast. Must for designers.
Browse every Tailwind default color palette side by side. Click any shade to copy the hex or class. For rapid design.
Preview how a CMYK value will look on screen (approximate). Compare with its RGB equivalent. Pre‑press check.