#cfbfc6
a light, muted magenta / pink · warm · closest name: silver
RGB
207, 191, 198
HSL
334°, 14%, 78%
CMYK
0, 8, 4, 19
Luminance
0.5460
Every format
| HEX | #cfbfc6 |
| RGB | rgb(207, 191, 198) |
| HSL | hsl(334, 14%, 78%) |
| CMYK | cmyk(0%, 8%, 4%, 19%) |
| LAB | lab(78.8 6.8 -1.5) |
| LCH | lch(78.8 7.0 347.8) |
| OKLCH | oklch(0.820 0.020 349.2) |
Copy-ready code
/* CSS */
color: #cfbfc6;
background-color: #cfbfc6;
/* Tailwind (arbitrary) */
class="text-[#cfbfc6] bg-[#cfbfc6]"
/* SCSS */
$brand: #cfbfc6;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.776)
/* Android */
Color.parseColor("#cfbfc6")Accessibility — WCAG contrast
Aa
#cfbfc6 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfc6 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow4.3%
Key (black)18.8%
Color previews
#cfbfc6 text on a black background
contrast 11.92:1
Card sample
#cfbfc6 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfc6;
Background color
Panel with #cfbfc6 background
background-color: #cfbfc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfc6; background: linear-gradient(135deg, #cfbfc6, #CFC3BF);