#cecbc2
a light, muted yellow · cool · closest name: silver
RGB
206, 203, 194
HSL
45°, 11%, 78%
CMYK
0, 2, 6, 19
Luminance
0.5973
Every format
| HEX | #cecbc2 |
| RGB | rgb(206, 203, 194) |
| HSL | hsl(45, 11%, 78%) |
| CMYK | cmyk(0%, 2%, 6%, 19%) |
| LAB | lab(81.7 -0.6 4.8) |
| LCH | lch(81.7 4.9 96.6) |
| OKLCH | oklch(0.842 0.013 91.5) |
Copy-ready code
/* CSS */
color: #cecbc2;
background-color: #cecbc2;
/* Tailwind (arbitrary) */
class="text-[#cecbc2] bg-[#cecbc2]"
/* SCSS */
$brand: #cecbc2;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#cecbc2")Accessibility — WCAG contrast
Aa
#cecbc2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbc2 on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow5.8%
Key (black)19.2%
Color previews
#cecbc2 text on a black background
contrast 12.95:1
Card sample
#cecbc2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbc2;
Background color
Panel with #cecbc2 background
background-color: #cecbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbc2; background: linear-gradient(135deg, #cecbc2, #C9CEC2);