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