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