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