Web Safe Colors
The complete 216-color web-safe palette: every combination of 00, 33, 66, 99, CC, and FF across the red, green, and blue channels. Click any swatch for its full detail page with copyable values in every format.
Red = 00
Red = 33
Red = 66
Red = 99
Red = CC
Red = FF
How to Use the Web Safe Colors Chart
Browse the full 216-color cube below, organized in blocks by red value. Every swatch shows its hex code and links to a detail page with copyable RGB, HSL, and CMYK values plus harmonies and shades.
A Brief History of the Web Safe Palette
In the era of 8-bit displays, showing a color outside the shared 216-color palette forced browsers to dither - simulating the color with a noisy pattern of nearby colors. Designers stuck to the safe cube so logos and backgrounds rendered as solid color everywhere. Once 24-bit "true color" displays became standard in the early 2000s, the technical constraint disappeared.
Common Use Cases Today
Quick prototyping with short memorable hex codes, retro and pixel-art aesthetics that deliberately embrace the 90s palette, teaching how hex color notation works, and picking evenly spaced colors for simple charts.
Frequently Asked Questions about Web Safe Colors
The 216 colors that displayed without dithering on 8-bit (256-color) monitors in the 1990s. Each RGB channel uses one of six values - 00, 33, 66, 99, CC, or FF - giving 6 × 6 × 6 = 216 combinations.
Not for display compatibility - every modern screen shows millions of colors. But the palette survives as a design constraint: the hex codes are short, memorable (#F60, #39C), and evenly distributed across the color space, which makes them handy for quick prototyping.
Operating systems reserved 40 of the 256 palette slots for system interface colors, leaving 216 slots that browsers could rely on across Windows and Mac. The 6-per-channel cube fit exactly into those 216 slots.
Every web-safe color can be written as 3-digit shorthand hex, because each channel pair repeats: #FF6600 is #F60, #3399CC is #39C. That made them quick to type and easy to remember.
Keep the color moving
Useful next steps
Your latest color stays in the local workspace when the next tool uses it.
CSS Color Names
Browse all 140 named CSS colors with hex and RGB values
Tailwind CSS Color Palette
The full Tailwind CSS v4 color palette in hex and OKLCH
Color Library
Browse colors with full conversion details, harmonies, and shades
Hex to RGB Converter
Convert hex color codes to RGB values instantly
HTML Color Codes
The complete HTML colour code reference with copy-ready values