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