#cfd0c2
a light, muted yellow · cool · closest name: silver
RGB
207, 208, 194
HSL
64°, 13%, 79%
CMYK
1, 0, 7, 18
Luminance
0.6227
Every format
| HEX | #cfd0c2 |
| RGB | rgb(207, 208, 194) |
| HSL | hsl(64, 13%, 79%) |
| CMYK | cmyk(1%, 0%, 7%, 18%) |
| LAB | lab(83.1 -2.8 6.8) |
| LCH | lch(83.1 7.4 112.4) |
| OKLCH | oklch(0.853 0.019 110.1) |
Copy-ready code
/* CSS */
color: #cfd0c2;
background-color: #cfd0c2;
/* Tailwind (arbitrary) */
class="text-[#cfd0c2] bg-[#cfd0c2]"
/* SCSS */
$brand: #cfd0c2;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.761)
/* Android */
Color.parseColor("#cfd0c2")Accessibility — WCAG contrast
Aa
#cfd0c2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd0c2 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue76.1%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow6.7%
Key (black)18.4%
Color previews
#cfd0c2 text on a black background
contrast 13.45:1
Card sample
#cfd0c2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd0c2;
Background color
Panel with #cfd0c2 background
background-color: #cfd0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd0c2; background: linear-gradient(135deg, #cfd0c2, #C6D0C2);