#cfd3cd
a light, muted gray · cool · closest name: silver
RGB
207, 211, 205
HSL
100°, 6%, 82%
CMYK
2, 0, 3, 17
Luminance
0.6426
Every format
| HEX | #cfd3cd |
| RGB | rgb(207, 211, 205) |
| HSL | hsl(100, 6%, 82%) |
| CMYK | cmyk(2%, 0%, 3%, 17%) |
| LAB | lab(84.1 -2.5 2.5) |
| LCH | lch(84.1 3.5 134.5) |
| OKLCH | oklch(0.862 0.009 134.9) |
Copy-ready code
/* CSS */
color: #cfd3cd;
background-color: #cfd3cd;
/* Tailwind (arbitrary) */
class="text-[#cfd3cd] bg-[#cfd3cd]"
/* SCSS */
$brand: #cfd3cd;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.804)
/* Android */
Color.parseColor("#cfd3cd")Accessibility — WCAG contrast
Aa
#cfd3cd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3cd on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue80.4%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow2.8%
Key (black)17.3%
Color previews
#cfd3cd text on a black background
contrast 13.85:1
Card sample
#cfd3cd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3cd;
Background color
Panel with #cfd3cd background
background-color: #cfd3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3cd; background: linear-gradient(135deg, #cfd3cd, #CDD3CF);