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