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