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