#cfcec7
a light, muted gray · cool · closest name: silver
RGB
207, 206, 199
HSL
53°, 8%, 80%
CMYK
0, 1, 4, 19
Luminance
0.6153
Every format
| HEX | #cfcec7 |
| RGB | rgb(207, 206, 199) |
| HSL | hsl(53, 8%, 80%) |
| CMYK | cmyk(0%, 1%, 4%, 19%) |
| LAB | lab(82.7 -0.9 3.6) |
| LCH | lch(82.7 3.7 104.2) |
| OKLCH | oklch(0.850 0.010 100.0) |
Copy-ready code
/* CSS */
color: #cfcec7;
background-color: #cfcec7;
/* Tailwind (arbitrary) */
class="text-[#cfcec7] bg-[#cfcec7]"
/* SCSS */
$brand: #cfcec7;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.780)
/* Android */
Color.parseColor("#cfcec7")Accessibility — WCAG contrast
Aa
#cfcec7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcec7 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow3.9%
Key (black)18.8%
Color previews
#cfcec7 text on a black background
contrast 13.31:1
Card sample
#cfcec7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcec7;
Background color
Panel with #cfcec7 background
background-color: #cfcec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcec7; background: linear-gradient(135deg, #cfcec7, #CBCFC7);