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