Light Gray Body Text
Gray copy can be too close to a white background.
.body-copy { color: #b8b8b8; background: #ffffff; }.body-copy { color: #334155; background: #ffffff; }
Weak Button Label
The button may look active while the label is hard to read.
.cta-button { color: #ffffff; background: #9ec5fe; }.cta-button { color: #ffffff; background: #1d4ed8; }
Text Over A Photo
Mixed light and dark image areas can reduce contrast.
.hero-title { color: #ffffff; }.hero::before { background: rgba(15, 23, 42, 0.65); } .hero-title { color: #ffffff; }
Muted Form Label
Labels and helper text often become too faint at small sizes.
.form-label { color: #cbd5e1; }.form-label { color: #475569; }