#cfd7cd
a light, muted green · cool · closest name: silver
RGB
207, 215, 205
HSL
108°, 11%, 82%
CMYK
4, 0, 5, 16
Luminance
0.6627
Every format
| HEX | #cfd7cd |
| RGB | rgb(207, 215, 205) |
| HSL | hsl(108, 11%, 82%) |
| CMYK | cmyk(4%, 0%, 5%, 16%) |
| LAB | lab(85.1 -4.5 4.0) |
| LCH | lch(85.1 6.0 138.6) |
| OKLCH | oklch(0.870 0.016 139.4) |
Copy-ready code
/* CSS */
color: #cfd7cd;
background-color: #cfd7cd;
/* Tailwind (arbitrary) */
class="text-[#cfd7cd] bg-[#cfd7cd]"
/* SCSS */
$brand: #cfd7cd;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.804)
/* Android */
Color.parseColor("#cfd7cd")Accessibility — WCAG contrast
Aa
#cfd7cd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7cd on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue80.4%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow4.7%
Key (black)15.7%
Color previews
#cfd7cd text on a black background
contrast 14.25:1
Card sample
#cfd7cd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7cd;
Background color
Panel with #cfd7cd background
background-color: #cfd7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7cd; background: linear-gradient(135deg, #cfd7cd, #CDD7D2);