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