#cfcbcf
a light, muted gray · warm · closest name: silver
RGB
207, 203, 207
HSL
300°, 4%, 80%
CMYK
0, 2, 0, 19
Luminance
0.6048
Every format
| HEX | #cfcbcf |
| RGB | rgb(207, 203, 207) |
| HSL | hsl(300, 4%, 80%) |
| CMYK | cmyk(0%, 2%, 0%, 19%) |
| LAB | lab(82.1 2.1 -1.5) |
| LCH | lch(82.1 2.6 324.5) |
| OKLCH | oklch(0.847 0.007 325.6) |
Copy-ready code
/* CSS */
color: #cfcbcf;
background-color: #cfcbcf;
/* Tailwind (arbitrary) */
class="text-[#cfcbcf] bg-[#cfcbcf]"
/* SCSS */
$brand: #cfcbcf;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#cfcbcf")Accessibility — WCAG contrast
Aa
#cfcbcf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcbcf on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cfcbcf text on a black background
contrast 13.10:1
Card sample
#cfcbcf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcbcf;
Background color
Panel with #cfcbcf background
background-color: #cfcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcbcf; background: linear-gradient(135deg, #cfcbcf, #CFCBCC);