The chromatic number is the minimum number of colors needed to properly color a graph:
Deciding whether (1) is at most k is NP-complete for every fixed k from 3 upward (Karp). Famously, planar graphs are 4-colorable (Appel–Haken 1976, computer-assisted proof) — yet deciding if a planar graph is 3-colorable is still NP-complete.
The k-coloring problem reduces to and from 3-SAT via the standard variable-clause-truth gadget. Chromatic number is also notoriously hard to approximate: no polynomial algorithm can guarantee a factor better than
unless P = NP. The hardness gap (2) makes coloring one of the most resistant of the 21.