#cecdbf
a light, muted yellow · cool · closest name: silver
RGB
206, 205, 191
HSL
56°, 13%, 78%
CMYK
0, 1, 7, 19
Luminance
0.6055
Every format
| HEX | #cecdbf |
| RGB | rgb(206, 205, 191) |
| HSL | hsl(56, 13%, 78%) |
| CMYK | cmyk(0%, 1%, 7%, 19%) |
| LAB | lab(82.1 -2.1 7.1) |
| LCH | lch(82.1 7.4 106.6) |
| OKLCH | oklch(0.845 0.019 103.5) |
Copy-ready code
/* CSS */
color: #cecdbf;
background-color: #cecdbf;
/* Tailwind (arbitrary) */
class="text-[#cecdbf] bg-[#cecdbf]"
/* SCSS */
$brand: #cecdbf;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#cecdbf")Accessibility — WCAG contrast
Aa
#cecdbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdbf on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow7.3%
Key (black)19.2%
Color previews
#cecdbf text on a black background
contrast 13.11:1
Card sample
#cecdbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdbf;
Background color
Panel with #cecdbf background
background-color: #cecdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdbf; background: linear-gradient(135deg, #cecdbf, #C5CEBF);