#cfd5cd
a light, muted green · cool · closest name: silver
RGB
207, 213, 205
HSL
105°, 9%, 82%
CMYK
3, 0, 4, 17
Luminance
0.6526
Every format
| HEX | #cfd5cd |
| RGB | rgb(207, 213, 205) |
| HSL | hsl(105, 9%, 82%) |
| CMYK | cmyk(3%, 0%, 4%, 17%) |
| LAB | lab(84.6 -3.5 3.2) |
| LCH | lch(84.6 4.8 137.1) |
| OKLCH | oklch(0.866 0.013 137.8) |
Copy-ready code
/* CSS */
color: #cfd5cd;
background-color: #cfd5cd;
/* Tailwind (arbitrary) */
class="text-[#cfd5cd] bg-[#cfd5cd]"
/* SCSS */
$brand: #cfd5cd;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.804)
/* Android */
Color.parseColor("#cfd5cd")Accessibility — WCAG contrast
Aa
#cfd5cd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd5cd on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue80.4%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow3.8%
Key (black)16.5%
Color previews
#cfd5cd text on a black background
contrast 14.05:1
Card sample
#cfd5cd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd5cd;
Background color
Panel with #cfd5cd background
background-color: #cfd5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd5cd; background: linear-gradient(135deg, #cfd5cd, #CDD5D0);