Change Subtitle Color
Apply a custom color to subtitle text. Supports SRT (adds <font color> tags) and ASS/SSA (updates style values). Batch up to 50 files.
.srt
.ass
.ssa
Drop subtitle files here
.srt · .ass · .ssa · max 500 KB each
How color changes work
SRT files
SRT is a plain-text format with limited styling support. This tool wraps each subtitle's text in <font color="#RRGGBB">…</font> tags. Most players (VLC, MPC-HC) respect these tags.
ASS/SSA files
ASS supports rich styling. This tool updates the PrimaryColour value in all [V4+ Styles] blocks, converting your hex color to ASS's BBGGRR format.