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