our %Fruit_Colors = ( lemon => 'yellow', orange => 'orange', tomato => 'red', ); $color = $Fruit_Colors{$color};