Need input on 508 compliant colors in MATLAB

3 views (last 30 days)
Hi
I am putting together a training class to inform fellows/staff where to find the 508 compliant accessible color schemes in
various programs. I would like to include MATLAB in the class.
I don't use the program myself, so can you point me to a set or multiple sets of colors that are 508 compliant?
Thank you,
Deb Croteau

Accepted Answer

Paola Faoro
Paola Faoro on 29 Apr 2024
Edited: Paola Faoro on 6 May 2024
Dear Deborah,
In terms of the overall user interface, most of the MATLAB UI colors have been updated to meet WCAG AA criteria (see attached screen shot). Also, since R2022a MATLAB Online offers both a light and dark theme.
In terms of graphics colors, users can use the colororder function and specify the "dye" color palette. The colors on the "dye" palette meet international contrast ratio standards for enhanced accessibility against a white background. For example, specify the "dye" color palette for the plot. After plotting a graph, simply add the following line to the code: colororder("dye").
Lastly, we have compiled a summary of the different accessibility-focused features present in MATLAB on this page: https://www.mathworks.com/help/matlab/matlab_env/accessibility-in-matlab.html
Thanks for using MATLAB Answers for your question and we hope this helps!

More Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!