We use cookies.This website uses essential cookies to operate core features. With your consent, we also use analytics cookies to understand traffic and improve the service. For more details, see our .
Website Color Palette Generator
If this tool helped you, you can buy us a coffee ☕
Generate professional website color palettes instantly. Get matching color schemes, HEX and RGB codes, and design suggestions for your web projects.
Supports hexadecimal color codes, e.g., #2563eb or #36f. You can also select a color directly using the color picker on the left.
Pairs the base color with its opposite on the color wheel. Creates strong contrast and visual impact, ideal for highlighting buttons and accent elements.
:root {
--color-primary: #2463eb;
--color-secondary: #ebac24;
--color-background: #c1d0f1;
--color-accent: #c98f13;
--color-text: #272b35;
}primary: #2463eb
secondary: #ebac24
background: #c1d0f1
accent: #c98f13
text: #272b35This is an example paragraph to demonstrate the overall appearance of body text, background, and buttons with the current color scheme.
Card content to show how secondary, background, and text colors appear in a small module.

PX to PT Converter
A pixel (PX) to point (PT) unit conversion tool for designers and developers. Supports custom PPI for typography and layout adaptation.

Pixel to Millimeter Converter
Convert between pixels and millimeters based on PPI density. Supports custom density values, ideal for UI design and print layout.

Pixel to Centimeter Converter
Input pixel values and PPI to instantly convert to corresponding physical length in centimeters, also supports reverse conversion from centimeters to pixels, suitable for graphic design, UI slicing, and print layout.
When building interfaces, web designers and front-end developers often need to quickly determine a harmonious color palette. Manual tweaking is both time-consuming and prone to errors. Based on color wheel theory, this tool automatically generates professional color schemes—such as complementary, analogous, and triadic colors—based on your selected primary color. It directly outputs the corresponding HEX and RGB color codes, helping you efficiently build a unified web color system.
#3498db.Example: Enter the primary color #3498db and select the "Complementary" rule. The output scheme will include #3498db and its complementary color #db9b34, while displaying their respective RGB values like rgb(52, 152, 219) and rgb(219, 155, 52).
The input primary color must use a 6-digit HEX format (e.g., #FF5733); 3-digit shorthands or color names are not accepted. The generated color palettes are for design reference only, and actual display effects may vary slightly depending on screen and browser rendering. This tool performs calculations purely on the front end and does not upload or store any color data, ensuring your design inspirations remain private.
The accessibility of web colors depends not only on aesthetics but also on the contrast ratio between text and background. Once you have found your ideal color palette, we strongly recommend using a contrast checker to verify the WCAG 2.1 contrast ratio between foreground and background colors. This ensures your content is clearly readable for all users, including those with visual impairments. Typically, the contrast ratio for body text and background should be at least 4.5:1.