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