#cfacb8
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 172, 184
HSL
339°, 27%, 74%
CMYK
0, 17, 11, 19
Luminance
0.4623
Every format
| HEX | #cfacb8 |
| RGB | rgb(207, 172, 184) |
| HSL | hsl(339, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 11%, 19%) |
| LAB | lab(73.7 14.7 -1.4) |
| LCH | lch(73.7 14.7 354.7) |
| OKLCH | oklch(0.779 0.044 355.6) |
Copy-ready code
/* CSS */
color: #cfacb8;
background-color: #cfacb8;
/* Tailwind (arbitrary) */
class="text-[#cfacb8] bg-[#cfacb8]"
/* SCSS */
$brand: #cfacb8;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.722)
/* Android */
Color.parseColor("#cfacb8")Accessibility — WCAG contrast
Aa
#cfacb8 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacb8 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow11.1%
Key (black)18.8%
Color previews
#cfacb8 text on a black background
contrast 10.25:1
Card sample
#cfacb8 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacb8;
Background color
Panel with #cfacb8 background
background-color: #cfacb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacb8; background: linear-gradient(135deg, #cfacb8, #CFB7AC);