Complete list of all 216 web safe colors with hex codes, RGB values, color picker, palette generator, and contrast checker.
What are Web Safe Colors? Web safe colors are 216 colors that display consistently across all browsers and devices. They consist of hexadecimal values 00, 33, 66, 99, CC, and FF for each RGB component (6×6×6 = 216 colors).
| Color | Hex Code | RGB Values | HSL Values | Color Name | Actions |
|---|
Create custom color palettes from selected colors
Web safe colors, also known as browser safe colors, consist of 216 colors that display consistently across different browsers, operating systems, and devices. These colors are especially important for ensuring visual consistency in web design.
Why Web Safe Colors Matter:
Web safe colors are created using hexadecimal values that are multiples of 33 (in decimal: 0, 51, 102, 153, 204, 255). This creates 6 possible values for each RGB component:
Red, Green, Blue Components: Each color channel (R, G, B) can have one of these 6 values: 00, 33, 66, 99, CC, FF (hexadecimal) which correspond to 0, 51, 102, 153, 204, 255 in decimal.
Total Combinations: With 6 possible values for each of the 3 color channels, the total number of web safe colors is 6 × 6 × 6 = 216 colors.
Mathematical Formula: Any web safe color can be represented as RGB(r, g, b) where r, g, b ∈ {0, 51, 102, 153, 204, 255}.