Sublime Text 2/3 package for converting CSS hexadecimal colors into RGBA.
Install using Package Control or download/clone into your Sublime Text 2/3 package directory.
With the hexadecimal color value selected or the cursor in front of or in the middle of the value you can use either the menu option or keyboard shortcut.
###Menu option The menu option is under the Edit menu as "Convert Hex to RGBA".
###Keyboard shortcut Mac: Shift+Cmd+R
Linux: Shift+Ctrl+R
Windows: Shift+Ctrl+R
This package was based on Hex-to-HSL-Color by atadams.