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