CGCADGuide.tools
Free CAD Design Utility

RGB to ACI Color Matchbox

Match standard digital colors to standard AutoCAD Index Colors (1-255) with CIE76 Delta-E precision. Optimize layer plotting line weights for CTB stylesheets.

Common Digital Color Presets

Digital Color Input

Select a custom color to translate to its nearest AutoCAD indexing value.

HEX Code
Red (R)59
Green (G)130
Blue (B)246
Custom Input#3B82F6
Autodesk ACI MatchACI 150 (#007FFF)
Matched Color: Blue-Cyan (Shade 1)

AutoCAD Index ACI 150

Default Pen Width
0.25 mm
Color Screening
100% (Solid)
CIE76 Delta-E Distance
7.3

Recommended Layer & Usage

General layers. Match in layers styles table to overwrite defaults..

Top 5 Alternative Matches

CIE76 Delta-E Color Distance Reference

1. Why Delta-E mapping is necessary

Euclidean RGB vs Human Eye: A simple distance formula in RGB space ($d = \sqrt{\Delta R^2 + \Delta G^2 + \Delta B^2}$) treats color channels linearly. However, the human eye is far more sensitive to green wavelengths than blue, and perceives brightness non-linearly.

CIE76 standard: We convert the RGB coordinates into the CIE $L^*a^*b^*$ color space. This model separates lightness ($L$) from the color channels ($a$: red-green axis, $b$: yellow-blue axis) to align mathematically with human visual perception limits.

Delta-E ($\Delta E$) Threshold values:
$\Delta E \le 1.0$: Inappreciable (not perceptible by the human eye).
$1.0 < \Delta E \le 2.0$: Perceptible only by close observation.
$2.0 < \Delta E \le 10.0$: Perceptible at a glance.
$\Delta E > 10.0$: Colors look distinctly different.

2. Color translation log

// XYZ D65 reference conversion
X = 115.2226
Y = 123.2806
// Matched CTB stylesheet tip
To avoid overriding global drawing styles:
Specify layer color index: 150
// Set Layer Color in Command line: -LAYER C 150 [layerName]