In version two I could use
badge badge-important
I see that the .badge element no longer has contextual (-success,-primary,etc..) c
The context classes for badge are indeed removed from Bootstrap 3, so you'd have to add some custom CSS to create the same effect like...
badge
.badge-important{background-color:#b94a48;}