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