Web-safe colors
ClientEach channel uses six steps (0 and every 51 up to 255). Choose whether clicks copy #RRGGBB, rgb(), or rgba(..., 1).
216 web-safe colors
?
0, 51, 102, 153, 204, 255. Click a swatch to copy in the format you selected below.Common use cases
- Grab predictable HEX or rgb() values when you need a small, shared palette across legacy HTML or email templates.
- Teach or demo how early web palettes quantized RGB channels to six steps per channel.
- Pick a neutral or accent swatch quickly when you do not need full OKLCH or brand-grade precision.
Common mistakes to avoid
Assuming modern screens still require “web-safe” only
Today’s displays handle millions of colors. Web-safe sets remain useful for education and constrained workflows—not a universal quality bar.
FAQ
Why 216 colors?
Six levels per red, green, and blue (including 0 and 255) give 6³ = 216 combinations—the classic “web-safe” cube.
Is anything uploaded?
No. The grid and copy actions run entirely in your browser.
More tools
Related utilities you can open in another tab—mostly client-side.
Color converter
ClientHEX, RGB, HSL, OKLCH, named colors—paste a CSS color or use harmonic palette hints.
WCAG contrast checker
ClientForeground vs background: contrast ratio and WCAG AA/AAA for normal and large text.
Image tools
ClientConvert, enhance (tone & sharpen), resize, read EXIF & export clean—WebP, JPEG, PNG in browser.
Encoding tools
ClientBase64 and URL on this page; hub lists hex, HTML entities, JWT, JSON helpers, crypto, and tokens.