#cfbfd1
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 191, 209
HSL
293°, 16%, 78%
CMYK
1, 9, 0, 18
Luminance
0.5513
Every format
| HEX | #cfbfd1 |
| RGB | rgb(207, 191, 209) |
| HSL | hsl(293, 16%, 78%) |
| CMYK | cmyk(1%, 9%, 0%, 18%) |
| LAB | lab(79.1 8.9 -7.0) |
| LCH | lch(79.1 11.3 321.8) |
| OKLCH | oklch(0.823 0.030 322.4) |
Copy-ready code
/* CSS */
color: #cfbfd1;
background-color: #cfbfd1;
/* Tailwind (arbitrary) */
class="text-[#cfbfd1] bg-[#cfbfd1]"
/* SCSS */
$brand: #cfbfd1;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.820)
/* Android */
Color.parseColor("#cfbfd1")Accessibility — WCAG contrast
Aa
#cfbfd1 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfd1 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta8.6%
Yellow0.0%
Key (black)18.0%
Color previews
#cfbfd1 text on a black background
contrast 12.03:1
Card sample
#cfbfd1 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfd1;
Background color
Panel with #cfbfd1 background
background-color: #cfbfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfd1; background: linear-gradient(135deg, #cfbfd1, #D1BFC7);