Drop two colors. The whole page becomes them. If you can read it, it passes.
Your pair, as design tokens. Copy the variables and ship.
:root {
--bg: #F5F5F5;
--fg: #1A1A2E;
--contrast: 15.65;
--apca: 99;
}
.combo { color: var(--fg); background: var(--bg); }
.combo-inverse { color: var(--bg); background: var(--fg); }Styles come and go. Good design is a language, not a style.
Massimo Vignelli