Color Converter
Convert between HEX, RGB, and Unity Color. For UI and materials.
About this tool
This tool converts HEX, RGB, and Unity Color in one click. Three features: 1) Enter HEX or use color picker, 2) RGB and Unity new Color(r,g,b) shown automatically, 3) Palette save for reuse. Ideal for copying design colors to Unity.
Tool interface
RGB 99, 102, 241
Unity Color
new Color(0.388f, 0.4f, 0.945f) History (last 5)
Usage
- Enter HEX (#RRGGBB) or select color with picker
- RGB and Unity new Color(r,g,b) are displayed automatically
- Copy the format for materials or scripts
When to use
Copying design tool colors to Unity scripts, sharing material colors as HEX.
Examples
#6366f1 → RGB(99,102,241) → new Color(0.388f, 0.4f, 0.945f)Tips
- Unity Color uses 0–1 float. Divide 255 values accordingly.
- Paste directly into Material Color property.
- Save palette colors for quick reuse.
FAQ
What's the difference between HEX and RGB?
Same color, different notation. HEX uses #RRGGBB (e.g. #ff0000), RGB uses (255,0,0). HEX is common in web/CSS, RGB in image editors.
Why does Unity Color use 0–1 values?
Normalized values work well across color depths and match shaders/APIs. Divide by 255 or use Color32 for 0–255.
What does # mean in color codes?
Prefix for HEX notation. #RRGGBB: R=red, G=green, B=blue, each 2 hex digits (00–FF).
How to convert HEX to RGB?
Each HEX pair is one RGB component. #FF = 255, #00 = 0. Reverse: divide RGB by 255 and convert to hex.
Is Color Converter free?
Free to use, no sign-up required.
Is data sent to a server?
Data stays on your device; we do not store it on our servers.
Supported browsers?
Tested on recent Chrome, Edge, Firefox, and Safari.
Offline use?
Core features work offline after the first load.
vs CLI or desktop apps?
Color Converter is an install-free online alternative to CLI or desktop apps.
When to use it?
Use it when: Copying design tool colors to Unity scripts, sharing material colors as HEX.
Usage example?
Example:
#6366f1 → RGB(99,102,241) → new Color(0.388f, 0.4f, 0.945f)Main features?
HEX, RGB, Unity Color conversion, Color picker, Palette save and reuse
How is this different from similar tools?
Color Converter runs in the browser with no install—ideal for quick checks before heavier CLI or IDE workflows.
Search keywords
色, カラー, HEX, RGB, 変換, Unity, 色コード
Basic workflow
- Enter HEX (#RRGGBB) or select color with picker
- RGB and Unity new Color(r,g,b) are displayed automatically
- Copy the format for materials or scripts
Practical use cases
- Copying design tool colors to Unity scripts, sharing material colors as HEX.
- This tool converts HEX, RGB, and Unity Color in one click. Three features: 1) Enter HEX or use color picker, 2) RGB and Unity new Color(r,g,b) shown automatically, 3) Palette save for reuse. Ideal for copying design colors to Unity.
- Unity Color uses 0–1 float. Divide 255 values accordingly.
- Paste directly into Material Color property.
- Save palette colors for quick reuse.
- HEX, RGB, Unity Color conversion
- Color picker
Privacy & data handling
Data stays on your device; we do not store it on our servers.
Things to watch out for
- Always double-check before pasting output into production
- Try incognito if extensions break the page
- Wait for processing on large inputs
Related guides
Tool comparisons
Related learning content
Related tools
Tool set
Color & Design Set