#cfbfcd
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 191, 205
HSL
308°, 14%, 78%
CMYK
0, 8, 1, 19
Luminance
0.5493
Every format
| HEX | #cfbfcd |
| RGB | rgb(207, 191, 205) |
| HSL | hsl(308, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 1%, 19%) |
| LAB | lab(79.0 8.1 -5.0) |
| LCH | lch(79.0 9.5 328.5) |
| OKLCH | oklch(0.822 0.026 329.8) |
Copy-ready code
/* CSS */
color: #cfbfcd;
background-color: #cfbfcd;
/* Tailwind (arbitrary) */
class="text-[#cfbfcd] bg-[#cfbfcd]"
/* SCSS */
$brand: #cfbfcd;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.804)
/* Android */
Color.parseColor("#cfbfcd")Accessibility — WCAG contrast
Aa
#cfbfcd on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfcd on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow1.0%
Key (black)18.8%
Color previews
#cfbfcd text on a black background
contrast 11.99:1
Card sample
#cfbfcd text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfcd;
Background color
Panel with #cfbfcd background
background-color: #cfbfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfcd; background: linear-gradient(135deg, #cfbfcd, #CFBFC2);