#cecdc2
a light, muted yellow · cool · closest name: silver
RGB
206, 205, 194
HSL
55°, 11%, 78%
CMYK
0, 1, 6, 19
Luminance
0.6068
Every format
| HEX | #cecdc2 |
| RGB | rgb(206, 205, 194) |
| HSL | hsl(55, 11%, 78%) |
| CMYK | cmyk(0%, 1%, 6%, 19%) |
| LAB | lab(82.2 -1.6 5.6) |
| LCH | lch(82.2 5.8 106.0) |
| OKLCH | oklch(0.846 0.015 102.5) |
Copy-ready code
/* CSS */
color: #cecdc2;
background-color: #cecdc2;
/* Tailwind (arbitrary) */
class="text-[#cecdc2] bg-[#cecdc2]"
/* SCSS */
$brand: #cecdc2;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#cecdc2")Accessibility — WCAG contrast
Aa
#cecdc2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdc2 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow5.8%
Key (black)19.2%
Color previews
#cecdc2 text on a black background
contrast 13.14:1
Card sample
#cecdc2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdc2;
Background color
Panel with #cecdc2 background
background-color: #cecdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdc2; background: linear-gradient(135deg, #cecdc2, #C7CEC2);