#cfcecc
a light, muted gray · warm · closest name: silver
RGB
207, 206, 204
HSL
40°, 3%, 81%
CMYK
0, 1, 1, 19
Luminance
0.6177
Every format
| HEX | #cfcecc |
| RGB | rgb(207, 206, 204) |
| HSL | hsl(40, 3%, 81%) |
| CMYK | cmyk(0%, 1%, 1%, 19%) |
| LAB | lab(82.8 -0.0 1.1) |
| LCH | lch(82.8 1.1 91.0) |
| OKLCH | oklch(0.852 0.003 84.6) |
Copy-ready code
/* CSS */
color: #cfcecc;
background-color: #cfcecc;
/* Tailwind (arbitrary) */
class="text-[#cfcecc] bg-[#cfcecc]"
/* SCSS */
$brand: #cfcecc;
/* SwiftUI */
Color(red: 0.812, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#cfcecc")Accessibility — WCAG contrast
Aa
#cfcecc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcecc on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.8%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow1.4%
Key (black)18.8%
Color previews
#cfcecc text on a black background
contrast 13.35:1
Card sample
#cfcecc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcecc;
Background color
Panel with #cfcecc background
background-color: #cfcecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcecc; background: linear-gradient(135deg, #cfcecc, #CECFCC);