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