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