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