#cfd2ce
a light, muted gray · cool · closest name: silver
RGB
207, 210, 206
HSL
105°, 4%, 82%
CMYK
1, 0, 2, 18
Luminance
0.6381
Every format
| HEX | #cfd2ce |
| RGB | rgb(207, 210, 206) |
| HSL | hsl(105, 4%, 82%) |
| CMYK | cmyk(1%, 0%, 2%, 18%) |
| LAB | lab(83.9 -1.8 1.6) |
| LCH | lch(83.9 2.4 137.2) |
| OKLCH | oklch(0.860 0.006 137.8) |
Copy-ready code
/* CSS */
color: #cfd2ce;
background-color: #cfd2ce;
/* Tailwind (arbitrary) */
class="text-[#cfd2ce] bg-[#cfd2ce]"
/* SCSS */
$brand: #cfd2ce;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.808)
/* Android */
Color.parseColor("#cfd2ce")Accessibility — WCAG contrast
Aa
#cfd2ce on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2ce on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue80.8%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow1.9%
Key (black)17.6%
Color previews
#cfd2ce text on a black background
contrast 13.76:1
Card sample
#cfd2ce text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2ce;
Background color
Panel with #cfd2ce background
background-color: #cfd2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2ce; background: linear-gradient(135deg, #cfd2ce, #CED2D0);