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