#cfbfbf
a light, muted red · warm · closest name: silver
RGB
207, 191, 191
HSL
0°, 14%, 78%
CMYK
0, 8, 8, 19
Luminance
0.5429
Every format
| HEX | #cfbfbf |
| RGB | rgb(207, 191, 191) |
| HSL | hsl(0, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 8%, 19%) |
| LAB | lab(78.6 5.6 2.0) |
| LCH | lch(78.6 6.0 19.9) |
| OKLCH | oklch(0.818 0.018 17.5) |
Copy-ready code
/* CSS */
color: #cfbfbf;
background-color: #cfbfbf;
/* Tailwind (arbitrary) */
class="text-[#cfbfbf] bg-[#cfbfbf]"
/* SCSS */
$brand: #cfbfbf;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.749)
/* Android */
Color.parseColor("#cfbfbf")Accessibility — WCAG contrast
Aa
#cfbfbf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfbf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow7.7%
Key (black)18.8%
Color previews
#cfbfbf text on a black background
contrast 11.86:1
Card sample
#cfbfbf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfbf;
Background color
Panel with #cfbfbf background
background-color: #cfbfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfbf; background: linear-gradient(135deg, #cfbfbf, #CFCABF);