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