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