CHEAT SHEET

Web Safe Colors Cheat Sheet and Modern Alternatives

Understand classic web safe colors and when to use modern HEX, RGB and accessible palette choices instead.

UseValueNote
Black#000000Classic text color, often too harsh for long UI text.
White#FFFFFFUseful background, but soften large areas when needed.
Red#FF0000High attention color, use carefully.
Blue#0000FFClassic link blue, modern UIs often use softer blues.
Gray#808080Neutral base for borders and secondary text.

Copy snippet

:root {
  --modern-text: #111827;
  --modern-link: #2563eb;
  --modern-border: #d1d5db;
}
HTML color namesColor libraryColor meanings