Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Color blindness help

Color blindness help

Scheduled Pinned Locked Moved The Lounge
questioncomdesignbeta-testingarchitecture
45 Posts 26 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AspDotNetDev

    Which type of color blind are you?

    [Forum Guidelines]

    C Offline
    C Offline
    Christian Graus
    wrote on last edited by
    #28

    red/green, which is the most common type.

    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

    A 1 Reply Last reply
    0
    • L Luc Pattyn

      There is all kinds of color blindness, as the problem may be in the 3 color receptors, or in the information processing. Most "color blind" do see quite a number of colors but can't discriminate green and red reliably; some can't discern blue from orange; and some don't see any color at all. There isn't a single scheme that would work for all of them. I would advise: - to always use a white background (if you must, a black one; but nothing else). - to provide a choice of a few color schemes. - to also consider cross-hatching schemes. - to always offer textual or graphical indications to go with the color coding. BTW: Just having different gray scale values, or different saturation levels, won't solve the problem, as those aren't absolute. For healthy eyes, green is green; however when you are shown a single gray level, what actual color was intended? :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

      Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #29

      Actually, it's more true to say that I can't discern easily between shades that involve red and green to different degrees. A traffic light in the dark poses me no problems at all.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      S 1 Reply Last reply
      0
      • S Single Step Debugger

        I have a light form of color blindness and will need a second or two to distinguish the green and the orange in this case and with this back color. If you use a blue instead of green or instead of the orange I’ll have no problems.

        The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #30

        Yes, I agree, one color from the blue/yellow spectrum and one from the red/green spectrum would mean that most color blind people would have no trouble at all.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        1 Reply Last reply
        0
        • C Christian Graus

          Actually, it's more true to say that I can't discern easily between shades that involve red and green to different degrees. A traffic light in the dark poses me no problems at all.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          S Offline
          S Offline
          Single Step Debugger
          wrote on last edited by
          #31

          The same here; that’s why I’m not a fighter pilot, but developer/no kidding/.

          The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

          1 Reply Last reply
          0
          • C Christian Graus

            red/green, which is the most common type.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            A Offline
            A Offline
            AspDotNetDev
            wrote on last edited by
            #32

            You are no longer allowed to complain about the funky color scheme in VS2010. Don't worry, we'll pick up the slack. ;P

            [Forum Guidelines]

            C 1 Reply Last reply
            0
            • A AspDotNetDev

              You are no longer allowed to complain about the funky color scheme in VS2010. Don't worry, we'll pick up the slack. ;P

              [Forum Guidelines]

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #33

              LOL !!! The colors are the least of it's worries.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              1 Reply Last reply
              0
              • W Wjousts

                Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                J Offline
                J Offline
                JimmyRopes
                wrote on last edited by
                #34

                This is a common problem. The way I approach it is by using not only different colors but also different shapes; a red circle, a orange triangle and a green square, for example. Put them in a legend and it is obvious, even to a color blind person, what state is being represented.

                Simply Elegant Designs JimmyRopes Designs
                Think inside the box! ProActive Secure Systems
                I'm on-line therefore I am. JimmyRopes

                1 Reply Last reply
                0
                • W Wjousts

                  Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                  R Offline
                  R Offline
                  Rama Krishna Vavilala
                  wrote on last edited by
                  #35

                  I can differentiate between green(#90EE90) and orange (#FFA500).

                  1 Reply Last reply
                  0
                  • C Christian Graus

                    I am color blind and I can tell those colors apart, no problem.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #36

                    Christian Graus wrote:

                    I am color blind and I can tell those colors apart, no problem.

                    ...you seemed to have lost them before typing your last post.

                    Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

                    1 Reply Last reply
                    0
                    • W Wjousts

                      Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                      S Offline
                      S Offline
                      Steve Mayfield
                      wrote on last edited by
                      #37

                      Since you have a bar, perhaps you can also add text within the bar: Normal when Green, Caution / Alert when Orange and Warning / Alarm when Red

                      Steve _________________ I C(++) therefore I am

                      1 Reply Last reply
                      0
                      • W Wjousts

                        Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                        A Offline
                        A Offline
                        Amar Chaudhary
                        wrote on last edited by
                        #38

                        See your color settings in grayscale mode and you will get the feel (the key is to change the contrast as well as colors ) :)

                        My Startup!!!!
                        Profile@Elance - feedback available too

                        1 Reply Last reply
                        0
                        • W Wjousts

                          Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                          R Offline
                          R Offline
                          RickHabel
                          wrote on last edited by
                          #39

                          Having developed may interfaces where color queues have been a requirement and being colorblind of the "red-green" variety (8% of males have some colorblind issue) I always insist on other mechanisms to highlight the issue. For instance Red on Black will totally disappear for me so a font change or other graphic change is required. Being an engineer I know that “color” an unreliable data source so I typically ignore ANY color as an indicator of a state change.

                          1 Reply Last reply
                          0
                          • W Wjousts

                            Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                            E Offline
                            E Offline
                            Erik Rude
                            wrote on last edited by
                            #40

                            What they do in traffic lights is to mix in a bit of blue with the green. Try that and you will keep the general feel of your design and will have achieved your goal. On the PITA issue: about 8% of men are colour blind - and not so many women. Does that comply with your perception of PITA distribution in the general population?

                            1 Reply Last reply
                            0
                            • W Wjousts

                              Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                              C Offline
                              C Offline
                              Cesar de Souza
                              wrote on last edited by
                              #41

                              I've experienced a similar problem before. But the problem turned out to be... ... the monitor. Apparently, the Dell LCDs at the lab did a very poor job displaying some colors. The colors were OK at the development workstation, but were completely unnoticeable in the lab. At first I thought something was wrong with the application, and I almost attempted debugging it on the site. I only realized the monitors were to blame when I looked the screen by the side and noticed how bad the colors were being distorted. I am not saying you may have the same problem, but this was something I really wasn't expecting at the time... If the complaining user was in his own workstation during the beta testing, it may be worth to check if even you could actually see the colors at the user end. Cheers, César

                              Interested in Machine Learning in .NET? Check the Accord.NET Framework. See also Handwriting Recognition Revisited: Kernel Support Vector Machines

                              1 Reply Last reply
                              0
                              • W Wjousts

                                Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                                K Offline
                                K Offline
                                Karl Sanford
                                wrote on last edited by
                                #42

                                I am very Red/Green color blind (which also means telling blue from purple is really hard too), and can't distinguish the colors you just put up (green, orange, red). This is a very common problem for me in computer programs and I usually have to just grab another person to tell me what the colors are; but only if there is no other way to find the information I need. Honestly, we are such a minority that you really shouldn't worry about it too much. We have lived our entire lives coping, and your computer program won't bring us to our knees. That said, it is nice to have at least some attention brought to the topic. A couple things to consider: - The degree to which I can distinguish these colors varies from monitor to monitor. Even if you change it slightly to work on one of them, doesn't mean I'll be able to distinguish on the next. - The hardest time I have distinguishing these colors is when they are in their basic form (basic red, basic green, etc). If you change these up, like say Burnt Orange, Neon Green and Pink, I have no problem whatsoever (which leads to your concern of style/taste for the rest of you). All in all, my advice would be not to worry about it, especially since you said you have other indicators for the same information. Thank you for your consideration though!:thumbsup: "It's like the sixties, but with less hope."

                                1 Reply Last reply
                                0
                                • W Wjousts

                                  Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                                  M Offline
                                  M Offline
                                  mergs
                                  wrote on last edited by
                                  #43

                                  I am "color blind" but its a bad name for the affliction because its not accurate description of the problem. It indicates that we see in gray scale or black and white or browns, or lots of other silly notions I've heard people say over the years. A more accurate description of what i see is a color insensitivity and trouble with contrasts. For example, and this is me... others have it worse or better than I, a red light on a bright sunny day is not noticeable. I see it as red but I don't notice it like others would. Its bad for driving so I've trained myself to consciously look for traffic lights and look for the color. Also, the color blindness tests where you see numbers inside colored dots is a good way to understand it: i don't see the numbers in the green shaded tests but i do OK with the red tests. the problem is with contrasts of colors melding together rather than standing out. Which brings us to exactly why using color codes for an alerter on a page is a bad idea. Many people will have trouble seeing the contrast between the colors, even those with mild cases will have trouble. I'd recommend that you abandon the color code system and instead use symbols or status codes. If you have a color blind operator, its only a matter of time before he misses a red alert.

                                  jeffrey mergler

                                  1 Reply Last reply
                                  0
                                  • W Wjousts

                                    Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                                    B Offline
                                    B Offline
                                    b_dunphy
                                    wrote on last edited by
                                    #44

                                    As this link from WebMD explains there are multiple types of color blindness so the most viable options are use a color neutral symbol to indicate the information or allow the user to select the colors themselves if that is a realistic option. Color Blindness Overview

                                    1 Reply Last reply
                                    0
                                    • W Wjousts

                                      Not a programming question, more a design question. I have an application that has an indicator that turns from green (#90EE90) to orange (#FFA500) to red (#FF0000) to indicate it's state (good, not ready, somethings horribly wrong, respectively). The color alone isn't the only indication, but it is probably the most obvious (and it's a solid block of color, not text). Of course, this color scheme looks great to me and seems logical and intuitive, but I've had some user do a beta test complaining that the colors are too subtle and not obvious enough. It occurred to me that they might have some form of color blindness that makes the colors hard to distinguish. So, I'm thinking of adding a feature to switch color schemes to something a bit more color blind friendly. However, since I'm not color blind, my question is what would work reasonably for a color blind user without looking too horribly garish to a person with normal color vision and being at least somewhat intuitive? I saw this website http://colorschemedesigner.com/[^] which seems really cool, but doesn't let me put in arbitrary colors in order to see how my color scheme looks. Any color blind readers out there who can help?

                                      V Offline
                                      V Offline
                                      Vercas
                                      wrote on last edited by
                                      #45

                                      I can hardly distinguish the colors from red to green. (neon/LED only, and a specific mix of (oil colors) red and green... which to others it looks green but it looks red to me) My classmate's monitor has an LED to show it's state: Green for OK, Red for NO INPUT... It all looks yellow to me. >.> I suggest using blue for GOOD, red for ERROR and white or some gray for NOT READY. Probably some text on the indicator will do more good! And/Or just surround the indicator with a border of the exact opposite color. This will make the indicator's color easier to distinguish.

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups