Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design/Accessability: Text Background Contrast for white-on-pink and lightblue-on-midblue #88

Open
jdittrich opened this issue Mar 21, 2020 · 1 comment

Comments

@jdittrich
Copy link

Problem: Some color combinations have low contrast and thus low readability for people with visual impairments.

Typical Problems:

  • lightblue (rgb(157, 211, 242)) on midblue (rgb(31, 112, 158))
    image

  • white (rgb(255,255,255)) on pink (rgb(255, 56, 119))
    image

Possible Solutions

  • For blue colors: Consider if the same text in white instead of light blue would also look fine.
    image

  • For pink: Consider using a darker pink (--pink-darker, rgb(213, 43, 97))
    image
    or don’t use pink as background color for large areas and use --mainGrey instead, maybe with a pink accent border.
    image

@gsambrotta gsambrotta added this to the FF after launch milestone Mar 28, 2020
@Twissi
Copy link
Contributor

Twissi commented Apr 5, 2020

hi @jdittrich, thanks for adding this issue. The lightblue on midblue was removed.
I think we only need to deal with the pink, but not sure what we want to do yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants