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