Hello, For this project I want a mysql database designed so that a user can enter an html hex color (example #F2AC96) into a box and then return whether the color is available or someone has typed that in already. If noone did then just a "success" return would work. I need the searching to be as fast as possible so let me know how you intend to do the searching of the sorted list. Message me if you have questions. Edit: Please no more messages about doing this with a Linear search and sort, this is not fast enough I'm sorry.