#cfbec6
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 190, 198
HSL
332°, 15%, 78%
CMYK
0, 8, 4, 19
Luminance
0.5417
Every format
| HEX | #cfbec6 |
| RGB | rgb(207, 190, 198) |
| HSL | hsl(332, 15%, 78%) |
| CMYK | cmyk(0%, 8%, 4%, 19%) |
| LAB | lab(78.6 7.4 -1.9) |
| LCH | lch(78.6 7.6 345.9) |
| OKLCH | oklch(0.818 0.022 347.4) |
Copy-ready code
/* CSS */
color: #cfbec6;
background-color: #cfbec6;
/* Tailwind (arbitrary) */
class="text-[#cfbec6] bg-[#cfbec6]"
/* SCSS */
$brand: #cfbec6;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.776)
/* Android */
Color.parseColor("#cfbec6")Accessibility — WCAG contrast
Aa
#cfbec6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbec6 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow4.3%
Key (black)18.8%
Color previews
#cfbec6 text on a black background
contrast 11.83:1
Card sample
#cfbec6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbec6;
Background color
Panel with #cfbec6 background
background-color: #cfbec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbec6; background: linear-gradient(135deg, #cfbec6, #CFC1BE);