#cfbac5
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 197
HSL
329°, 18%, 77%
CMYK
0, 10, 5, 19
Luminance
0.5241
Every format
| HEX | #cfbac5 |
| RGB | rgb(207, 186, 197) |
| HSL | hsl(329, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 5%, 19%) |
| LAB | lab(77.5 9.3 -2.8) |
| LCH | lch(77.5 9.8 343.2) |
| OKLCH | oklch(0.810 0.028 344.8) |
Copy-ready code
/* CSS */
color: #cfbac5;
background-color: #cfbac5;
/* Tailwind (arbitrary) */
class="text-[#cfbac5] bg-[#cfbac5]"
/* SCSS */
$brand: #cfbac5;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.773)
/* Android */
Color.parseColor("#cfbac5")Accessibility — WCAG contrast
Aa
#cfbac5 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbac5 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow4.8%
Key (black)18.8%
Color previews
#cfbac5 text on a black background
contrast 11.48:1
Card sample
#cfbac5 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbac5;
Background color
Panel with #cfbac5 background
background-color: #cfbac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbac5; background: linear-gradient(135deg, #cfbac5, #CFBDBA);