CHEAT SHEET

HTML Color Codes Cheat Sheet for Web Developers

Quick reference for using HTML and CSS color codes in inline styles, links, buttons, backgrounds and tables.

UseValueNote
Textcolor: #111827;Sets the text color.
Backgroundbackground-color: #f8fafc;Sets the element background.
Borderborder-color: #cbd5e1;Works with border-style and width.
Linkcolor: #2563eb;Use enough contrast for readability.
Buttonbackground: #1d4ed8;Pair with white text only if contrast passes.

Copy snippet

<a style="color:#2563eb" href="/en/color-picker">
  Open color picker
</a>

<button style="background:#1d4ed8;color:#ffffff">
  Save
</button>
HTML color namesBlue HTML colorContrast checker