#cfbac0
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 192
HSL
343°, 18%, 77%
CMYK
0, 10, 7, 19
Luminance
0.5219
Every format
| HEX | #cfbac0 |
| RGB | rgb(207, 186, 192) |
| HSL | hsl(343, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 7%, 19%) |
| LAB | lab(77.4 8.5 -0.3) |
| LCH | lch(77.4 8.5 357.9) |
| OKLCH | oklch(0.808 0.025 358.4) |
Copy-ready code
/* CSS */
color: #cfbac0;
background-color: #cfbac0;
/* Tailwind (arbitrary) */
class="text-[#cfbac0] bg-[#cfbac0]"
/* SCSS */
$brand: #cfbac0;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.753)
/* Android */
Color.parseColor("#cfbac0")Accessibility — WCAG contrast
Aa
#cfbac0 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbac0 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow7.2%
Key (black)18.8%
Color previews
#cfbac0 text on a black background
contrast 11.44:1
Card sample
#cfbac0 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbac0;
Background color
Panel with #cfbac0 background
background-color: #cfbac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbac0; background: linear-gradient(135deg, #cfbac0, #CFC2BA);