#cfd5ce
a light, muted gray · cool · closest name: silver
RGB
207, 213, 206
HSL
111°, 8%, 82%
CMYK
3, 0, 3, 17
Luminance
0.6531
Every format
| HEX | #cfd5ce |
| RGB | rgb(207, 213, 206) |
| HSL | hsl(111, 8%, 82%) |
| CMYK | cmyk(3%, 0%, 3%, 17%) |
| LAB | lab(84.6 -3.3 2.7) |
| LCH | lch(84.6 4.3 140.4) |
| OKLCH | oklch(0.866 0.011 141.3) |
Copy-ready code
/* CSS */
color: #cfd5ce;
background-color: #cfd5ce;
/* Tailwind (arbitrary) */
class="text-[#cfd5ce] bg-[#cfd5ce]"
/* SCSS */
$brand: #cfd5ce;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.808)
/* Android */
Color.parseColor("#cfd5ce")Accessibility — WCAG contrast
Aa
#cfd5ce on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd5ce on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue80.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow3.3%
Key (black)16.5%
Color previews
#cfd5ce text on a black background
contrast 14.06:1
Card sample
#cfd5ce text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd5ce;
Background color
Panel with #cfd5ce background
background-color: #cfd5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd5ce; background: linear-gradient(135deg, #cfd5ce, #CED5D2);