Select whether you are starting from a BrickColor name, HEX, RGB, or Color3 value.
Free, privacy-first
Roblox BrickColor and Color3 Converter
Move between named Roblox BrickColor values and Color3-ready output without guessing which Studio color snippet to use.
BrickColor or color input
BrickColor conversion output
Exact BrickColor-name matches stay explicit, while converted color input shows the nearest curated BrickColor match with a confidence note.
When to use this page
A good fit when you are bridging classic BrickColor naming and modern Color3-based Studio work.
- Convert a known BrickColor name into copy-ready Color3 output.
- Estimate which BrickColor is closest to a design-side HEX or RGB value.
- Keep documentation and Studio code aligned when both naming styles appear in the same project.
How to read the result
Exact name matches are straightforward, while estimated BrickColor matches from numeric color input should be treated as guidance.
- A high-confidence nearest match is usually good enough for naming or documentation cleanup.
- If the nearest-match warning is weak, trust the Color3 output more than the suggested BrickColor name.
- Use Color3.fromRGB for the clearest copy-paste value in most Roblox Studio scripts.
Choose the format you are starting from, fill in the matching field, and review the Color3 output plus any BrickColor confidence notes.
Enter only the field that matches the chosen source format.
Review the named BrickColor result, live preview, and Color3 snippets.
Copy the Color3 line or use the BrickColor result as a naming reference.
Typical BrickColor conversion jobs
These examples reflect the two most common Studio workflows.
Convert a known BrickColor name
Turn a classic BrickColor label into direct Color3 output for newer Studio code.
Sample inputs
- Source format
- BrickColor name
- BrickColor
- Bright red
Result: Shows the exact BrickColor, matching RGB, and both Color3 snippet styles.
Estimate the nearest BrickColor from HEX
Start from a design-side color and see which curated BrickColor is closest.
Sample inputs
- Source format
- HEX
- HEX
- #7397B5
Result: Useful when a project doc still expects a BrickColor-style name.