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