#cfd8ce
a light, muted green · cool · closest name: silver
RGB
207, 216, 206
HSL
114°, 11%, 83%
CMYK
4, 0, 5, 15
Luminance
0.6683
Every format
| HEX | #cfd8ce |
| RGB | rgb(207, 216, 206) |
| HSL | hsl(114, 11%, 83%) |
| CMYK | cmyk(4%, 0%, 5%, 15%) |
| LAB | lab(85.4 -4.9 3.9) |
| LCH | lch(85.4 6.2 141.5) |
| OKLCH | oklch(0.873 0.017 142.5) |
Copy-ready code
/* CSS */
color: #cfd8ce;
background-color: #cfd8ce;
/* Tailwind (arbitrary) */
class="text-[#cfd8ce] bg-[#cfd8ce]"
/* SCSS */
$brand: #cfd8ce;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.808)
/* Android */
Color.parseColor("#cfd8ce")Accessibility — WCAG contrast
Aa
#cfd8ce on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8ce on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue80.8%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow4.6%
Key (black)15.3%
Color previews
#cfd8ce text on a black background
contrast 14.37:1
Card sample
#cfd8ce text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8ce;
Background color
Panel with #cfd8ce background
background-color: #cfd8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8ce; background: linear-gradient(135deg, #cfd8ce, #CED8D4);