Game UX Notes

Accessibility in casino UI: contrast, motion, one-handed play and reading order

A thumb-reach arc over large round buttons on a phone — one-handed, accessible controls

A slot is, by design, a screen full of motion, colour and small text — nearly every accessibility failure mode in one product. That is not a reason to give up on accessibility; it is a reason to be specific about which parts of the experience must work for everyone and which parts are the art.

Last reviewed: 21 September 2026 · Author: Rory Finch

Separate the frame from the game

The most useful distinction in casino accessibility is between the frame — lobby, bet panel, balance, info screens, deposit and withdrawal flows, responsible-gambling tools — and the game surface, the reels and animations themselves. The frame is a normal web interface and there is no excuse for it to fail basic standards. The game surface has genuine constraints, but far fewer than teams assume.

Everything a player must be able to do — read their balance, change the stake, stop, set a limit, withdraw, find help — lives in the frame. Start there.

The frame: a checklist that fits on one screen

None of this touches the art.

The game surface: what can reasonably be done

Reading order and the info screen

Info screens are frequently images of text exported from the studio's design tool — invisible to screen readers and unscalable. Rules, paytable and the RTP disclosure should be real text. In Great Britain the disclosure is mandatory; an image of it arguably fails the "easily available" test as well as accessibility.

Cognitive load is an accessibility issue too

The product is used by tired people on small screens who may be anxious about money. Plain language in the bet panel ("Bet £1 per spin", not "Stake 1.00 · Lines 20 · Coin 0.05"), a visible net position, and limit-setting that is not hidden under three menus are accessibility features by any sensible definition — and in GB the net-position display is also a rule.

What to test with

Real devices with the system accessibility settings on: larger text, reduced motion, a screen reader, and one-handed use. Fifteen minutes of that on the deposit flow finds more than an hour of automated scanning.

Quick answers

Will accessibility make the game look worse? The frame will look better; clarity generally does. The game surface keeps its art and gains a reduced-motion option that many non-disabled players will also switch on.

Is there a legal requirement? There is no gambling-specific accessibility standard. The Equality Act 2010's duty on service providers to make reasonable adjustments applies to online services in general, and in Great Britain the mandatory game information has to be readable to count as "easily available" under RTS 3.

Where to start? Contrast on money figures, touch targets on stake controls, text alternatives for wins. One sprint.


Standards referenced: WCAG 2.x success criteria for contrast, target size, motion and flashing. Figures such as 4.5:1 and 44×44 are the standard's values; everything else is practice.