Contrast-Finder: find valid background / foreground color contrast for accessibility WCAG, RGAA
4.2K
Tool to provide color combination for a good (accessible, WCAG-compliant) contrast.
Supported tags and respective Dockerfile links :
docker pull asqatasun/contrast-finder
docker run -d -p 8080:8080 asqatasun/contrast-finder
In your browser, go to http://localhost:8080/contrast-finder/
docker-machine ip defaulthttp://<the_IP_address>:8080/contrast-finder/
docker run -d -p 127.0.0.1:8080:8080 (...)
Add the option --restart always
docker run -d --restart always -p 8080:8080 (...)
If you have any problems with or questions about this image or Contrast-Finder itself, please contact us :
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
Content type
Image
Digest
Size
115.6 MB
Last updated
about 6 years ago
Requires Docker Desktop 4.37.1 or later.