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