#cfd6ce
a light, muted green · cool · closest name: silver
RGB
207, 214, 206
HSL
113°, 9%, 82%
CMYK
3, 0, 4, 16
Luminance
0.6581
Every format
| HEX | #cfd6ce |
| RGB | rgb(207, 214, 206) |
| HSL | hsl(113, 9%, 82%) |
| CMYK | cmyk(3%, 0%, 4%, 16%) |
| LAB | lab(84.9 -3.8 3.1) |
| LCH | lch(84.9 4.9 140.8) |
| OKLCH | oklch(0.868 0.013 141.8) |
Copy-ready code
/* CSS */
color: #cfd6ce;
background-color: #cfd6ce;
/* Tailwind (arbitrary) */
class="text-[#cfd6ce] bg-[#cfd6ce]"
/* SCSS */
$brand: #cfd6ce;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.808)
/* Android */
Color.parseColor("#cfd6ce")Accessibility — WCAG contrast
Aa
#cfd6ce on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6ce on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue80.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow3.7%
Key (black)16.1%
Color previews
#cfd6ce text on a black background
contrast 14.16:1
Card sample
#cfd6ce text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6ce;
Background color
Panel with #cfd6ce background
background-color: #cfd6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6ce; background: linear-gradient(135deg, #cfd6ce, #CED6D2);