Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 65/100 — 6 failing, 10 passedFIX
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search RANDOM.ORG
div#invisible > div#search > form > div |
What's this fuss about true randomness? body > div#invisible > div#homepage-wide-column > h2 |
true div#invisible > div#homepage-wide-column > h2 > em |
Prof. Mads Haahr div#invisible > div#homepage-wide-column > p > a |
School of Computer Science and Statistics div#invisible > div#homepage-wide-column > p > a |
Trinity College, Dublin div#invisible > div#homepage-wide-column > p > a |
Randomness and Integrity Services Ltd div#invisible > div#homepage-wide-column > p > a |
Games and Lotteries div > div.mainindent > h3 > a |
Lottery Quick Pick div > div.mainindent > p > a |
Keno Quick Pick div > div.mainindent > p > a |
Coin Flipper div > div.mainindent > p > a |
Dice Roller div > div.mainindent > p > a |
Playing Card Shuffler div > div.mainindent > p > a |
Birdie Fund Generator div > div.mainindent > p > a |
Random Drawings div > div.mainindent > h3 > a |
Q3.1 in the FAQ div > div.mainindent > p > a |
Third-Party Draw Service div > div.mainindent > p > a |
Step by Step Guide div > div.mainindent > p > a |
Step by Step Video div > div.mainindent > p > a |
Price Calculator div > div.mainindent > p > a |
Drawing FAQ div > div.mainindent > p > a |
Public Records div > div.mainindent > p > a |
Drawing Result Widget div > div.mainindent > p > a |
Multi-Round Giveaway Service div > div.mainindent > p > a |
Numbers div > div.mainindent > h3 > a |
Integer Generator div > div.mainindent > p > a |
Sequence Generator div > div.mainindent > p > a |
Integer Set Generator div > div.mainindent > p > a |
Gaussian Generator div > div.mainindent > p > a |
Decimal Fraction Generator div > div.mainindent > p > a |
Raw Random Bytes div > div.mainindent > p > a |
Lists and Strings and Maps, Oh My! div > div.mainindent > h3 > a |
List Randomizer div > div.mainindent > p > a |
String Generator div > div.mainindent > p > a |
Password Generator div > div.mainindent > p > a |
Clock Time Generator div > div.mainindent > p > a |
Calendar Date Generator div > div.mainindent > p > a |
Geographic Coordinate Generator div > div.mainindent > p > a |
Bitmaps div > div.mainindent > p > a |
Hexadecimal Color Code Generator div > div.mainindent > p > a |
Pregenerated Files div > div.mainindent > p > a |
Pure White Audio Noise div > div.mainindent > p > a |
Jazz Scales div > div.mainindent > p > a |
Samuel Beckett div > div.mainindent > p > a |
DNA Protein Sequence Randomizer div > div.mainindent > p > a |
Web Tools and Widgets for Your Pages div > div.mainindent > h3 > a |
Integer Widget Wizard div > div.mainindent > p > a |
Draw Widget Wizard div > div.mainindent > p > a |
HTTP API div > div.mainindent > p > a |
Guidelines div > div.mainindent > p > a |
Banned Hosts div > div.mainindent > p > a |
Learn about Randomness div > div.mainindent > h3 > a |
Introduction to Randomness div > div.mainindent > p > a |
History div > div.mainindent > p > a |
Many Testimonials div > div.mainindent > p > a |
Acknowledgements div > div.mainindent > p > a |
Quotations div > div.mainindent > p > a |
Media Coverage and Scientific Citations div > div.mainindent > p > a |
News div > div.mainindent > p > a |
Statistics div > div.mainindent > h3 > a |
Real-Time Statistics div > div.mainindent > p > a |
Statistical Analysis div > div.mainindent > p > a |
Bit Tally div > div.mainindent > p > a |
Your Quota div > div.mainindent > p > a |
Contact and Help div#invisible > div > div.mainindent > h3 |
FAQ div > div.mainindent > p > a |
Newsletter div > div.mainindent > p > a |
Contact Details div > div.mainindent > p > a |
BlueSky div#invisible > div > div > a |
Terms and Conditions div#invisible > div > div > a |
About Us div#invisible > div > div > a |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#search > form > div > input div#search > form > div > input |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div#invisible > div#homepage-generator > iframe body > div#invisible > div#homepage-generator > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Home div#invisible > ul#navigation > li > a.active |
Games div#invisible > ul#navigation > li > a |
Numbers div#invisible > ul#navigation > li > a |
Lists & More div#invisible > ul#navigation > li > a |
Drawings div#invisible > ul#navigation > li > a |
Web Tools div#invisible > ul#navigation > li > a |
Statistics div#invisible > ul#navigation > li > a |
Testimonials div#invisible > ul#navigation > li > a |
Learn More div#invisible > ul#navigation > li > a |
Login div#invisible > ul#navigation > li > a |
Terms and Conditions div#invisible > div > div > a |
About Us div#invisible > div > div > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
BForm Accessibility2 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #cookie-banner-necessary | checkbox | none | |
| #cookie-banner-preferences | checkbox | none | |
| #cookie-banner-statistics | checkbox | none | |
| input | submit | (none) | none |
| q | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q">; <input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
A+Heading Hierarchy10 headingsPASS
- H1 True Random Number Service
- H2 What's this fuss about true randomness?
- H3 Games and Lotteries
- H3 Random Drawings
- H3 Numbers
- H3 Lists and Strings and Maps, Oh My!
- H3 Web Tools and Widgets for Your Pages
- H3 Learn about Randomness
- H3 Statistics
- H3 Contact and Help
A+Alt Text QualityAll 3 images OKPASS
A+Link & Button Quality1 issue(s) across 140 links and 3 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /#learn | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: #Learn | |||
Generic link text like 'click here' doesn't describe the destination.
/#learn ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 What's this fuss abo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 randomness? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Contact and Help | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title RANDOM.ORG - True Ra… | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Home | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Games | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Lottery Quick Pick | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Keno Quick Pick | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Coin Flipper | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Dice Roller | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Playing Card Shuffle… | 17.41:1 | 4.5:1 | #000000 | #D9EDF7 | Pass |
| a Birdie Fund Generato… | 13.08:1 | 4.5:1 | #000000 | #CCCCCC | Pass |
| a Numbers | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Integers | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Sequences | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Integer Sets | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gaussian Numbers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Decimal Fractions | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Raw Bytes | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Lists & More | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.