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