The background color #DEF of the active tab is defined in site_tabs.css, which is project-specific.
This is a big problem for custom themes! Basically any custom theme has to have light blue active tabs.
Note: we discussed various solutions for this at the PyCon 2010 sprint: building the css files with build_media (best option), or using Django templates for css files (2nd alternative).