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