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 .
If this tool helped you, you can buy us a coffee ☕
Web Safe Colors Chart
Explore the complete list of 216 Web safe colors. Easily look up color names, HEX codes, and RGB values for consistent cross-platform web design.
Total Web Safe Colors: 216Matched: 216
What are Web Safe Colors?
Web Safe Colors are a standardized palette designed for consistent display across early browsers and monitors with limited color depth (256 colors). They were crucial for reliable cross-platform web design.
R, G, and B channels are limited to six specific hexadecimal values: 00, 33, 66, 99, CC, FF.
There are 216 (6x6x6) web safe colors, covering the most common basic web color palettes.
Click any color swatch to copy its HEX or RGB value. Values can also be shared via URL parameters.
Complete Web Safe Colors Chart: Core Features & Principles
In early web design, color rendering differences across operating systems and browsers often caused the same code to display inconsistently, severely disrupting visual uniformity. This tool provides a complete reference chart of all 216 Web safe colors, including standard names, hexadecimal (HEX) codes, and RGB values. It helps you quickly find and select safe colors that won't dither in any 8-bit display environment, ensuring stable and reliable cross-platform color performance.
Why Use Our Web Safe Colors Chart?
Covers all 216 colors: Strictly follows the Web safe color specification, listing all 216 colors with their names, HEX codes, and RGB values with no omissions.
Multi-dimensional quick search: Filter and search by color name, HEX code, or RGB value without manually scrolling through the palette.
Instant copy and reference: Click any color to copy its HEX code instantly for direct pasting into CSS or design tools. RGB components are also provided for precise development and debugging reference.
How to Use This Tool
Open the tool page to view the complete list of Web safe color swatches. Each row displays the color, name, HEX code, and RGB value.
To find a specific color, enter its name (e.g., "Aqua"), HEX code (e.g., "#00FFFF"), or partial RGB values into the search box. The tool will filter matching results in real time.
Click any color row or the copy button to copy its HEX code to your clipboard. The RGB value is also displayed for immediate use in front-end development.
Example: Enter "#FF6347", and the tool will display the safe color named "Tomato" with the HEX code #FF6347 and RGB value rgb(255,99,71).
Frequently Asked Questions (FAQ)
What are Web safe colors? Why are there only 216? Web safe colors refer to a palette of 216 colors that display consistently without dithering across different operating systems and browsers on early 8-bit (256-color) displays. At the time, operating systems reserved 40 colors for system interfaces, leaving 216 defined as a cross-platform safe palette. Thus, the standard Web safe color palette consists of exactly these 216 colors.
Is it still necessary to use Web safe colors in modern development? Modern devices universally support true color, so the dithering issue with Web safe colors has largely disappeared. However, using Web safe colors remains a reliable choice when you need extreme compatibility with legacy systems or want the most conservative cross-device color consistency. Additionally, the safe palette can serve as a minimalist starting point for design systems, helping you quickly build a unified base color scheme.
Important Notes
When searching, please prefix hexadecimal color codes with "#" (e.g., #FF0000); searches are case-insensitive. For RGB searches, you can enter the numerical values of the red, green, and blue channels for an exact match. The tool only outputs exact matches for safe color records. Due to differences in monitor color calibration, actual display colors may have slight visual deviations from standard values; all results are based on the HEX/RGB numerical values. This tool runs entirely locally in your browser and does not upload any color query data, ensuring zero privacy risks. If the color chart fails to load, please refresh the page or check your internet connection.
Technical Notes & Tips
The HEX codes for Web safe colors are composed entirely of combinations of six two-digit hex pairs: 00, 33, 66, 99, CC, and FF. Therefore, they can be represented in the shorthand #RGB format (e.g., #F00 is equivalent to #FF0000). In actual CSS, you can use these shorthands directly to reduce stylesheet file size. If you are building a highly compatible UI component library, we recommend selecting your primary and secondary colors from the Web safe palette first, then expanding to more expressive colors. This ensures the stability of your base colors in extreme environments. For data visualization, using safe colors can also prevent classification confusion caused by color dithering, making it a low-cost, highly reliable foundational color strategy.