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