無料カラーツール
色を変換、パレットを生成、アクセシビリティのコントラストをチェック、色覚異常をシミュレートなど。
すべてのカラーツール
カラーコンバーター
HEX、RGB、HSL間で色を瞬時に変換。 カラーピッカーでライブプレビュー。 CSS値をコピー。 無料、サインアップ不要。
無料オンラインカラーパレット生成ツール
ランダムまたはベースカラーから美しいカラーパレットを生成。 お気に入りをロック、HEXコードをコピー、CSSまたは画像としてエクスポート。 無料ですぐに使えます。
カラーコントラストチェッカー
WCAG 2.1アクセシビリティ準拠のため、色のコントラスト比をチェックします。 AAおよびAAA標準の前景色と背景色をテストします。 無料 - サインアップ不要。
カラーシェードジェネレーター
任意の色から明るいティントと暗いシェードを即座に生成します。HEX、RGB、HSL値をコピーして使用。デザインシステムやカラーパレット作成に最適。無料、ブラウザ上で動作。
カラーミキサー
複数のカラーを混合して、ブレンドされた色を作成します。HEX、RGB、HSLコードを即座に取得できます。デザイン・カラーパレット作成に最適。無料、サインアップ不要。
色覚シミュレーター
無料の色覚シミュレーターです。 画像をアップロードしたり、色を入力したりして、原色覚、重色覚、三色覚、その他の色覚異常の人にどのように見えるかを確認できます。
画像カラーピッカー
任意の画像をアップロードし、クリックして色を抽出します。 HEX、RGB、HSL値を即座に取得します。 無料オンラインスポイト・ツール - サインアップ不要。
HEX→RGB変換
HEXカラーコードを即座にRGB値に変換。 ライブカラープレビュー、バッチ変換、コピーレディのCSS出力。 無料、サインアップ不要。
CSSカラー名検索
16進数またはRGBカラーを入力すると、最も近いCSSカラーを距離とプレビュー付きで即座に検索します。
無料カラーホイール
インタラクティブなカラーホイールで色彩調和を探索します。任意のベースカラーに対する補色、類似色、トライアド、スプリットコンプリメンタリーカラーを見つけられます。
無料グラデーション壁紙ジェネレーター
デスクトップやモバイル用のカスタムグラデーション壁紙を作成してダウンロードします。色、角度、解像度を選択し、PNGでダウンロードできます。
無料カラーパレット抽出ツール
画像からドミナントカラーを抽出してカラーパレットを構築します。写真をアップロードすると、HEX、RGB、HSL 値でトップカラーを取得できます。
アクセシブル・カラーパレットジェネレーター
WCAG 2.2のコントラスト要件を満たすカラーパレットを生成します。 すべての組み合わせは、AAおよびAAA基準に対してリアルタイムでテストされます。
カラーツールについて
Absolutoolにはデザイナー、開発者、アクセシビリティ専門家向けの7つの専門カラーツールが含まれています。HEX、RGB、HSL、HSB形式間で変換できます。色彩理論を使って調和のとれたパレットを生成できます。WCAGコントラスト比を確認して、デザインがすべての人にアクセシブルであることを保証できます。
色覚異常シミュレーターはBrettel/Viénotのルックアップ行列を使用して、8種類の色覚障害を正確にモデル化します · 画像をアップロードするか、個々の色をテストできます。デザインシステムトークンにはカラーシェードジェネレーター、正確なブレンドにはカラーミキサー、写真から色を抽出するには画像カラーピッカーを使用できます。すべてのツールは完全にブラウザ内で動作します。
Color Models on the Web
Every pixel on a modern web page is described by a color value that the browser interprets and asks the GPU to render. The two formats you'll see most often are HEX (a six-digit hexadecimal triplet like #3b82f6) and RGB (decimal values like rgb(59 130 246)). Both describe the same thing: how much red, green, and blue light to mix on a screen that uses additive color. A standard 24-bit display gives 256 levels per channel, which means 16.78 million unique colors are addressable. HEX is shorter, RGB is easier to compute on, and the two are interchangeable.
HSL (hue, saturation, lightness) and HSB (hue, saturation, brightness) describe the same screen color but in coordinates closer to how humans perceive it. Hue is the color's position on the color wheel from 0° (red) to 360°. Saturation is how vivid the color is, from grey to fully pure. Lightness controls how much white or black is mixed in. HSL is the format designers usually pick when building design systems because adjusting one channel produces a predictable shift, like making a button 10% darker for the hover state. CSS supports HEX, RGB, HSL, and the newer LCH and OKLCH formats natively.
Behind all of these formats sits a color space, which defines exactly what "red 255" means in physical terms. The web's default is sRGB, standardized by the IEC in 1996 and the same gamut nearly every desktop and phone display covers. Newer Apple, OLED, and high-end devices support Display P3, a wider gamut that adds about 25% more saturated reds and greens. CSS now lets you write color(display-p3 1 0 0) to take advantage. Most color tools on this site work in sRGB and reach every browser; P3 expands what's available without changing the workflow.
Understanding WCAG Color Contrast
The Web Content Accessibility Guidelines (WCAG 2.1) set numeric thresholds for the contrast between text and its background. Level AA, the level most accessibility audits target, requires a ratio of at least 4.5:1 for normal text and 3:1 for large text (18pt regular or 14pt bold and above). Level AAA tightens those to 7:1 and 4.5:1. The ratio is calculated from the relative luminance of each color, a perceptual brightness value derived from the sRGB primaries via the IEC 61966-2-1 formula. Two colors that look "almost the same" may still pass, two colors that look completely different may fail if one is grey on grey.
These numbers matter because roughly 5% of the worldwide adult population has measurably reduced contrast sensitivity from cataracts, glaucoma, diabetic retinopathy, or aging-related macular changes. Bright outdoor sunlight reduces effective contrast for everyone. Mobile screens viewed at an angle reduce contrast further. WCAG's thresholds are designed to keep text legible under those real conditions, not on a color-calibrated monitor in a dim office. A newer algorithm called APCA (the candidate replacement coming in WCAG 3.0) accounts for things WCAG 2.x ignores, like text weight and polarity. For now, 4.5:1 AA remains the standard most regulators reference.
Color Blindness and Inclusive Design
Roughly 8% of men and 0.5% of women of Northern European descent have some form of red-green color vision deficiency, and the global numbers are similar in scale. The three most common types affect how the cone cells in the retina respond to specific wavelengths. Deuteranomaly (the most common, about 5% of men) reduces sensitivity to medium-wavelength green light. Protanomaly reduces sensitivity to long-wavelength red light. Tritanomaly affects blue-yellow perception and is far rarer. The simulators on this site use the color-matrix derivation from Brettel, Viénot & Mollon (1997), the standard reference for these transforms in color science.
The practical design rule is "don't rely on color alone". A red error icon and a green success icon look identical to many users with deuteranomaly. Adding a different shape (a cross versus a checkmark), a label ("Error" or "Success"), or a pattern fixes this at no cost to other users. Chart and dashboard designs are the most frequent offenders because legends typically rely on a color swatch. The Color Blindness Simulator on this site lets you preview a real screenshot through each common deficiency before publishing, so you can spot the patterns that would have failed in production.
Color Theory for Palettes
The color wheel arranges hues by their angle around the circle: red at 0°, yellow at 60°, green at 120°, cyan at 180°, blue at 240°, magenta at 300°. Complementary colors sit directly opposite each other (red and cyan, blue and orange) and produce the strongest contrast. Analogous palettes use two to four hues adjacent on the wheel and feel calm and unified, well suited to backgrounds and gradients. Triadic palettes use three evenly spaced hues 120° apart, providing balance with variety. Tetradic palettes use four hues forming a rectangle. These rules emerged from 19th-century artist's manuals but match what perceptual research has since confirmed.
A typical brand system needs about five colors: a primary brand color, an accent (often complementary), a neutral grey, plus success-green and error-red. The Palette Generator on this site picks the harmony first then offers 10-step tint and shade scales for each picked color, the same structure design systems like Tailwind, Material, and Carbon use. The Accessible Palette tool restricts the generation to combinations that meet WCAG AA contrast on a white or dark background. Both tools work entirely in your browser, so the colors you pick for an unreleased brand are never sent anywhere.
Frequently Asked Questions
Why does the same color look different on different screens?
Most monitors target the sRGB gamut, but each panel has slightly different white-point calibration, brightness, and gamma. Two displays straight out of the box can show #3b82f6 with a measurable hue and lightness difference. Professional design relies on color-calibrated monitors (X-Rite or Calibrite hardware probes) to bring this within tolerance. For everyday work, picking a value in HSL gives you the best chance that the color relationships you intended (a hover that's 10% darker, say) survive across screens.
Is 4.5:1 contrast always enough for accessibility?
It's the AA bar, which is the legal minimum referenced by most regulators (Section 508 in the US, the EAA in Europe, AODA in Ontario). For text where legibility is critical, low-vision users, sunlight-readable interfaces, or content for older audiences, target the stricter AAA 7:1 ratio. For UI elements that are not text (icons, button borders), WCAG 2.1's 3:1 non-text contrast rule applies.
What's the difference between HSL and HSV/HSB?
Both share the hue and saturation channels but differ in their third axis. HSL's lightness is symmetric around 50%: 0% is black, 50% is the pure hue, and 100% is white. HSV/HSB's brightness is asymmetric: 0% is black and 100% is the pure hue with no white. HSL is friendlier for design systems where you mix toward both ends. HSV is more common in image editing because it maps to artist intuition.
Are hex codes the same as Pantone or RAL colors?
No. Hex codes describe a screen color mixed from red, green, and blue light (additive, projected). Pantone, RAL, and similar systems describe physical pigments printed on paper (subtractive, reflective). The hex equivalent of "Pantone 286" is a screen approximation, not a perfect match, because the gamuts don't overlap completely. For brand work that crosses screen and print, designers usually specify both: the Pantone for press and a hex for digital.
Why simulate color blindness on a design?
Roughly 1 in 12 men globally has some form of color vision deficiency, so any design used by a general audience reaches users who can't distinguish certain hues. A red versus green status indicator may look identical to them. Running a screenshot through a simulator before publishing reveals which parts of the design rely on color alone, so you can add a label, icon, or pattern to make the meaning carry without color.
Do these color tools upload my images or palettes anywhere?
No. Every tool in this category runs entirely in your browser. Uploaded images are processed by JavaScript on a local <canvas>, palette data lives in localStorage, and nothing is sent to a server. You can verify by opening the browser developer tools and watching the Network tab while you use any of the tools. The only requests you'll see are for static assets and Google Analytics, never your image bytes or color values.