#cecdc6
a light, muted gray · cool · closest name: silver
RGB
206, 205, 198
HSL
53°, 8%, 79%
CMYK
0, 1, 4, 19
Luminance
0.6086
Every format
| HEX | #cecdc6 |
| RGB | rgb(206, 205, 198) |
| HSL | hsl(53, 8%, 79%) |
| CMYK | cmyk(0%, 1%, 4%, 19%) |
| LAB | lab(82.3 -0.9 3.6) |
| LCH | lch(82.3 3.7 104.2) |
| OKLCH | oklch(0.847 0.010 100.0) |
Copy-ready code
/* CSS */
color: #cecdc6;
background-color: #cecdc6;
/* Tailwind (arbitrary) */
class="text-[#cecdc6] bg-[#cecdc6]"
/* SCSS */
$brand: #cecdc6;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.776)
/* Android */
Color.parseColor("#cecdc6")Accessibility — WCAG contrast
Aa
#cecdc6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdc6 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow3.9%
Key (black)19.2%
Color previews
#cecdc6 text on a black background
contrast 13.17:1
Card sample
#cecdc6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdc6;
Background color
Panel with #cecdc6 background
background-color: #cecdc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdc6; background: linear-gradient(135deg, #cecdc6, #CACEC6);