#cfd6cd
a light, muted green · cool · closest name: silver
RGB
207, 214, 205
HSL
107°, 10%, 82%
CMYK
3, 0, 4, 16
Luminance
0.6577
Every format
| HEX | #cfd6cd |
| RGB | rgb(207, 214, 205) |
| HSL | hsl(107, 10%, 82%) |
| CMYK | cmyk(3%, 0%, 4%, 16%) |
| LAB | lab(84.9 -4.0 3.6) |
| LCH | lch(84.9 5.4 138.0) |
| OKLCH | oklch(0.868 0.014 138.7) |
Copy-ready code
/* CSS */
color: #cfd6cd;
background-color: #cfd6cd;
/* Tailwind (arbitrary) */
class="text-[#cfd6cd] bg-[#cfd6cd]"
/* SCSS */
$brand: #cfd6cd;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#cfd6cd")Accessibility — WCAG contrast
Aa
#cfd6cd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6cd on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue80.4%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#cfd6cd text on a black background
contrast 14.15:1
Card sample
#cfd6cd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6cd;
Background color
Panel with #cfd6cd background
background-color: #cfd6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6cd; background: linear-gradient(135deg, #cfd6cd, #CDD6D1);