#cfd9cd
a light, muted green · cool · closest name: silver
RGB
207, 217, 205
HSL
110°, 14%, 83%
CMYK
5, 0, 6, 15
Luminance
0.6730
Every format
| HEX | #cfd9cd |
| RGB | rgb(207, 217, 205) |
| HSL | hsl(110, 14%, 83%) |
| CMYK | cmyk(5%, 0%, 6%, 15%) |
| LAB | lab(85.7 -5.6 4.7) |
| LCH | lch(85.7 7.3 139.6) |
| OKLCH | oklch(0.874 0.019 140.5) |
Copy-ready code
/* CSS */
color: #cfd9cd;
background-color: #cfd9cd;
/* Tailwind (arbitrary) */
class="text-[#cfd9cd] bg-[#cfd9cd]"
/* SCSS */
$brand: #cfd9cd;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.804)
/* Android */
Color.parseColor("#cfd9cd")Accessibility — WCAG contrast
Aa
#cfd9cd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd9cd on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue80.4%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow5.5%
Key (black)14.9%
Color previews
#cfd9cd text on a black background
contrast 14.46:1
Card sample
#cfd9cd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd9cd;
Background color
Panel with #cfd9cd background
background-color: #cfd9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd9cd; background: linear-gradient(135deg, #cfd9cd, #CDD9D3);