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