Welcome to RGBGuessr2! The aim of the game is to guess the color of the Given RGB Value. You have 5 lives, and your score is how many rounds you will get the right colour!
If you're colour blind, pick your type from the Colour Mode dropdown. The nine swatches are shown in their true colours, and — for your type of colour vision — they're chosen so that every option looks clearly different from the rest. There's always exactly one you can identify, and never two that look the same to you. They still creep closer together as you go, so it stays fair but gets harder.
| Color | RGB Value |
|---|---|
| Red | RGB(255, 0, 0) |
| Orange | RGB(255, 127, 0) |
| Yellow | RGB(255, 255, 0) |
| Green | RGB(0, 255, 0) |
| Blue | RGB(0, 0, 255) |
| Indigo | RGB(75, 0, 130) |
| Violet | RGB(148, 0, 211) |
| White | RGB(255, 255, 255) |
| Black | RGB(0, 0, 0) |