#cfd4ce
a light, muted gray · cool · closest name: silver
RGB
207, 212, 206
HSL
110°, 7%, 82%
CMYK
2, 0, 3, 17
Luminance
0.6481
Every format
| HEX | #cfd4ce |
| RGB | rgb(207, 212, 206) |
| HSL | hsl(110, 7%, 82%) |
| CMYK | cmyk(2%, 0%, 3%, 17%) |
| LAB | lab(84.4 -2.8 2.4) |
| LCH | lch(84.4 3.7 139.7) |
| OKLCH | oklch(0.864 0.010 140.5) |
Copy-ready code
/* CSS */
color: #cfd4ce;
background-color: #cfd4ce;
/* Tailwind (arbitrary) */
class="text-[#cfd4ce] bg-[#cfd4ce]"
/* SCSS */
$brand: #cfd4ce;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.808)
/* Android */
Color.parseColor("#cfd4ce")Accessibility — WCAG contrast
Aa
#cfd4ce on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4ce on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue80.8%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow2.8%
Key (black)16.9%
Color previews
#cfd4ce text on a black background
contrast 13.96:1
Card sample
#cfd4ce text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4ce;
Background color
Panel with #cfd4ce background
background-color: #cfd4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4ce; background: linear-gradient(135deg, #cfd4ce, #CED4D1);