🎨 高级CSS颜色拾取器

🎯 实时颜色效果演示

导航栏颜色
卡片背景色
按钮颜色
边框/文字颜色
文字与边框
当前颜色
#5ea7d1
/* 生成的CSS代码 */
color: #5ea7d1;
background-color: #5ea7d1;
border-color: #5ea7d1;

/* 渐变背景 */
background: linear-gradient(135deg, #5ea7d1 0%, #6eafd5 100%);

/* 导航颜色 */
.header{
    background-color: #5ea7d1;
    color: #ffffff;
}

/* 卡片背景 + 边框 */
.card{
    background-color: #5ea7d10a;
    border: 1px solid #5ea7d125;
}

/* 文字 / 边框颜色 */
.text-border{
    color: #5ea7d1;
    border-color: #5ea7d1;
}

/* 按钮样式 */
.btn{
    background-color: #5ea7d1;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    border: none;
}
.btn:hover{
    opacity: 0.9;
}

颜色数据大全

十六进制: #5EA7D1
RGB 百分比: 36.9% / 65.5% / 82%
十进制: 94 / 167 / 209
CMYK: 63.1% / 34.5% / 18% / 0%
CMY: 63.1% / 34.5% / 18%
YIQ: 149.96
YUV: 149.96 / 29.04 / -49.1
网页安全色: #6699cc
CIE-LAB / LUV / LCH / Hunter-Lab: 已内置计算(专业色值引擎)
加深 10/20/30%
变亮 10/20/30%
颜色反转
灰度 / 互补色
三元色

红色系

橙色系

黄色系

绿色系

蓝色系

紫色系

灰色系

🎨 推荐颜色

🎨 配色方案

为用户提供丰富多样的颜色搭配灵感,帮助用户在各个领域中实现理想的视觉效果。

相似颜色(细腻渐变 → 白色)

相似颜色(细腻渐变 → 黑色)

色调卡片(饱和度变化)

通过添加灰色或调整饱和度,可以探索当前颜色在不同色调下的表现,从而获得更丰富的视觉情绪。