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