# Making an Accessible Design

Creating a brand guideline and design theme for your hackathon can be one of the most rewarding ways to get your hackers excited for your event.

Your design is only as impactful as how accessible and recognizable it is to your hackers. Coming up with your hackathon's website and brand identity always starts with accessibility. Fortunately, there are many public resources that streamline the process of checking for and implementing web and visual accessibility measures. We've compiled a list of some of the most relevant ones below.&#x20;

* Web Accessibility
  * ADA Compliance Across the Web - <https://www.ada.gov/resources/web-guidance/>
  * How to Evaluate Web Accessibility - <https://www.w3.org/WAI/test-evaluate/#initial>
  * Web Content Accessibility Guidelines (v2.2) - <https://www.w3.org/TR/WCAG22/>
* Visual Accessibility
  * Testing Text Size and Color - <https://webaim.org/resources/contrastchecker/>&#x20;
  * Accessibility 101: Color Contrast - <https://cultureconnectme.com/color/>
  * Color Contrast and Visual Design Guidelines - <https://accessibility.digital.gov/visual-design/color-and-contrast/>&#x20;
  * Color Checker - <https://coolors.co/contrast-checker>
  * Another Color Contrast option - <https://randoma11y.com/>

A bonus of building your web and design foundations on top of accessibility considerations is avoiding common pitfalls later on. Simplifying your design by cutting out visually complex details and using contrasting colors will make swag production and publicity much cheaper and easier.&#x20;

Finally, your design should express how memorable and unique your event is. Pick a visual motif and color palette that can be reused from year to year to maintain the continuity of your event! Using a fun mascot and cohesive gradient creates an engaging website that you can also tie in with your in person decorations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.mlh.io/general-information/hackathon-website/making-an-accessible-design.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
