Gray-13 / text/text-secondary value #11251
              
                Unanswered
              
          
                  
                    
                      dGoligorsky
                    
                  
                
                  asked this question in
                General
              
            Replies: 1 comment 1 reply
-
| We should probably at least make sure  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Placeholder text in e.g. input fields is
text/text-secondary(gray-13). It's visually very close totext/text(gray-15)The next step lighter on the semantic token scale would be
text/text-disabledatgray-11which doesn't hit WCAG AA 4.5:1.Graphing the contrast ratios for the
grayprimatives, it feels like there's an opportunity to pull down the value forgray-13so it's a lower contrast ratio to further distinguish it fromtext/textwithout taking it below the 4.5:1 contrast ratio.A value like #686868 for
gray-13would land at a contrast ratio of 5.57:1.It's currently #616161 with a contrast ratio of 6.19:1.
The other semantic tokens using
gray-13are not as sensitive to a11y—bg-fill-inverse-active,icon-secondary-hover,input-border-hover.Beta Was this translation helpful? Give feedback.
All reactions