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