Monu Tools

カラーコード変換

HEX、RGB、HSL、HSV、CMYKなどの色形式を相互に変換します。すべてブラウザ内で処理されます。

カラー変換の使い方

  1. 01

    カラーコードを入力するか、カラーピッカーで色を選択してください。

  2. 02

    すべての形式の変換結果が即座に表示されます。

  3. 03

    必要な形式の値をコピーしてください。

What it does

This is a color converter for web and design work that translates a color between the three formats you use most: HEX, RGB and HSL, with a live swatch so you can see exactly what you are working with.

This is the everyday glue between design and code: matching a brand color from a mockup to a CSS variable, converting a value a designer gave you in one format to the one your framework wants, or finding a slightly lighter shade for a hover state.

Everything runs in your browser, so it is instant and nothing you enter is sent anywhere.

How the formats differ

Each format describes the same color differently. HEX (like #ff8800) is the compact form used throughout CSS and HTML. RGB states the red, green and blue channels directly, which is how screens and code such as canvas think about color. HSL describes hue, saturation and lightness, which is far more intuitive when you want to nudge a color: change the hue to shift it around the wheel, or the lightness to make it darker without picking a new code by hand.

How the conversion works

Enter a HEX value and the RGB and HSL equivalents update instantly, so you can grab whichever format the tool or codebase in front of you expects.

What is not covered yet

For now the tool focuses on opaque colors in HEX, RGB and HSL; alpha (opacity) support is not included yet.

よくある質問

HEXとRGBの違いは何ですか?

HEXは16進数で色を表します(例:#FF5733)。RGBは赤・緑・青の各チャンネルを0〜255の数値で表します。どちらも同じ色を表現できます。

HSLはどのような場面で便利ですか?

HSLは色相・彩度・明度で色を表すため、色の調整や類似色の作成が直感的に行えます。CSSでの色指定にもよく使われます。

出典

このツールを埋め込む

このツールをご自身のウェブサイトに追加できます。下のコードをコピーしてください。内容は自動的に最新の状態に保たれます。

<iframe src="https://monu.tools/embed/ja/color-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

関連ツール