#cfd6c9
a light, muted green · cool · closest name: silver
RGB
207, 214, 201
HSL
92°, 14%, 81%
CMYK
3, 0, 6, 16
Luminance
0.6558
Every format
| HEX | #cfd6c9 |
| RGB | rgb(207, 214, 201) |
| HSL | hsl(92, 14%, 81%) |
| CMYK | cmyk(3%, 0%, 6%, 16%) |
| LAB | lab(84.8 -4.7 5.6) |
| LCH | lch(84.8 7.3 130.2) |
| OKLCH | oklch(0.867 0.019 130.2) |
Copy-ready code
/* CSS */
color: #cfd6c9;
background-color: #cfd6c9;
/* Tailwind (arbitrary) */
class="text-[#cfd6c9] bg-[#cfd6c9]"
/* SCSS */
$brand: #cfd6c9;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.788)
/* Android */
Color.parseColor("#cfd6c9")Accessibility — WCAG contrast
Aa
#cfd6c9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd6c9 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue78.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow6.1%
Key (black)16.1%
Color previews
#cfd6c9 text on a black background
contrast 14.12:1
Card sample
#cfd6c9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd6c9;
Background color
Panel with #cfd6c9 background
background-color: #cfd6c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd6c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd6c9; background: linear-gradient(135deg, #cfd6c9, #C9D6CC);