#cfacbf
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 172, 191
HSL
327°, 27%, 74%
CMYK
0, 17, 8, 19
Luminance
0.4653
Every format
| HEX | #cfacbf |
| RGB | rgb(207, 172, 191) |
| HSL | hsl(327, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 8%, 19%) |
| LAB | lab(73.9 15.9 -4.9) |
| LCH | lch(73.9 16.6 342.8) |
| OKLCH | oklch(0.781 0.048 344.4) |
Copy-ready code
/* CSS */
color: #cfacbf;
background-color: #cfacbf;
/* Tailwind (arbitrary) */
class="text-[#cfacbf] bg-[#cfacbf]"
/* SCSS */
$brand: #cfacbf;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.749)
/* Android */
Color.parseColor("#cfacbf")Accessibility — WCAG contrast
Aa
#cfacbf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacbf on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow7.7%
Key (black)18.8%
Color previews
#cfacbf text on a black background
contrast 10.31:1
Card sample
#cfacbf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacbf;
Background color
Panel with #cfacbf background
background-color: #cfacbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacbf; background: linear-gradient(135deg, #cfacbf, #CFB0AC);