#cfcdbf
a light, muted yellow · cool · closest name: silver
RGB
207, 205, 191
HSL
53°, 14%, 78%
CMYK
0, 1, 8, 19
Luminance
0.6069
Every format
| HEX | #cfcdbf |
| RGB | rgb(207, 205, 191) |
| HSL | hsl(53, 14%, 78%) |
| CMYK | cmyk(0%, 1%, 8%, 19%) |
| LAB | lab(82.2 -1.8 7.2) |
| LCH | lch(82.2 7.4 103.7) |
| OKLCH | oklch(0.846 0.019 100.2) |
Copy-ready code
/* CSS */
color: #cfcdbf;
background-color: #cfcdbf;
/* Tailwind (arbitrary) */
class="text-[#cfcdbf] bg-[#cfcdbf]"
/* SCSS */
$brand: #cfcdbf;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#cfcdbf")Accessibility — WCAG contrast
Aa
#cfcdbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdbf on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow7.7%
Key (black)18.8%
Color previews
#cfcdbf text on a black background
contrast 13.14:1
Card sample
#cfcdbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdbf;
Background color
Panel with #cfcdbf background
background-color: #cfcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdbf; background: linear-gradient(135deg, #cfcdbf, #C6CFBF);