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