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