品牌级色彩调性系统。基于行业顶级TVC广告的色彩规律,生成与品牌调性匹配的调色方案(LUT方向),确保品牌视觉一致性。
基于全球顶级TVC广告的色彩分析规律,生成品牌级调色方案。
| 品类 | 调色方向 | 代表品牌 | 关键词 |
|---|---|---|---|
| 奢侈品/高端护肤 | 低饱和高对比,Teal+Gold | Armani, Shiseido | 克制、质感、光影戏剧性 |
| 美妆/日化 | 高明度暖调,Soft Pink | SK-II, 花西子 | 柔光、通透、光泽感 |
| 科技/数码 | 冷色调,Tech Blue+Silver | HUAWEI, Apple | 未来感、金属质感、暗调 |
| 食品/饮料 | 高饱和暖色,Amber+Orange | 可口可乐, 元气森林 | 食欲感、鲜活、温暖 |
| 汽车/出行 | 电影级广色域,Teal+Orange | 奔驰, Honda | 宽广、力量、运动感 |
| 时尚/服饰 | 对比色/单色系 | Miu Miu, Songmont | 高级感、态度、风格化 |
| 母婴/家居 | 柔和自然色,Cream+Sage | 飞鹤 | 安全、温馨、自然 |
python3 scripts/generate_color_grade.py \
--category "luxury_skincare" \
--brand-colors '["#1a1a2e","#c9a96e"]' \
--mood "cinematic_luxury" \
--output ./color_scheme.json
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
--category | string | ✅ | 品类:luxury_skincare/beauty/tech/food/automotive/fashion/baby |
--brand-colors | JSON | 品牌主色(hex 数组) | |
--mood | string | 情绪调性 | |
--reference | string | 参考品牌名(自动匹配风格) | |
--output | string | 输出路径 |
{
"category": "luxury_skincare",
"palette": {
"primary": "#1a1a2e",
"secondary": "#c9a96e",
"accent": "#f0e6d3",
"shadow": "#0d0d1a",
"highlight": "#fff5e6"
},
"grading_direction": {
"shadows": "push_teal",
"midtones": "neutral_warm",
"highlights": "golden_lift",
"contrast": "high",
"saturation": "low_selective",
"grain": "fine_35mm"
},
"prompt_keywords": "低饱和,高对比,暗角,金色高光,伦勃朗光,质感颗粒",
"avoid": "过度饱和,荧光色,日系清新,卡通配色"
}
生成完成后发布 color_grade.generated 事件。