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