#cfd3c7
a light, muted green · cool · closest name: silver
RGB
207, 211, 199
HSL
80°, 12%, 80%
CMYK
2, 0, 6, 17
Luminance
0.6398
Every format
| HEX | #cfd3c7 |
| RGB | rgb(207, 211, 199) |
| HSL | hsl(80, 12%, 80%) |
| CMYK | cmyk(2%, 0%, 6%, 17%) |
| LAB | lab(84.0 -3.5 5.5) |
| LCH | lch(84.0 6.5 122.7) |
| OKLCH | oklch(0.860 0.017 121.8) |
Copy-ready code
/* CSS */
color: #cfd3c7;
background-color: #cfd3c7;
/* Tailwind (arbitrary) */
class="text-[#cfd3c7] bg-[#cfd3c7]"
/* SCSS */
$brand: #cfd3c7;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.780)
/* Android */
Color.parseColor("#cfd3c7")Accessibility — WCAG contrast
Aa
#cfd3c7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3c7 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue78.0%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow5.7%
Key (black)17.3%
Color previews
#cfd3c7 text on a black background
contrast 13.80:1
Card sample
#cfd3c7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3c7;
Background color
Panel with #cfd3c7 background
background-color: #cfd3c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3c7; background: linear-gradient(135deg, #cfd3c7, #C7D3C7);