#cecac0
a light, muted yellow · warm · closest name: silver
RGB
206, 202, 192
HSL
43°, 13%, 78%
CMYK
0, 2, 7, 19
Luminance
0.5917
Every format
| HEX | #cecac0 |
| RGB | rgb(206, 202, 192) |
| HSL | hsl(43, 13%, 78%) |
| CMYK | cmyk(0%, 2%, 7%, 19%) |
| LAB | lab(81.4 -0.4 5.5) |
| LCH | lch(81.4 5.5 94.0) |
| OKLCH | oklch(0.839 0.014 88.7) |
Copy-ready code
/* CSS */
color: #cecac0;
background-color: #cecac0;
/* Tailwind (arbitrary) */
class="text-[#cecac0] bg-[#cecac0]"
/* SCSS */
$brand: #cecac0;
/* SwiftUI */
Color(red: 0.808, green: 0.792, blue: 0.753)
/* Android */
Color.parseColor("#cecac0")Accessibility — WCAG contrast
Aa
#cecac0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecac0 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow6.8%
Key (black)19.2%
Color previews
#cecac0 text on a black background
contrast 12.83:1
Card sample
#cecac0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecac0;
Background color
Panel with #cecac0 background
background-color: #cecac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 202, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 202, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecac0; background: linear-gradient(135deg, #cecac0, #C9CEC0);