#cfacce
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 172, 206
HSL
302°, 27%, 74%
CMYK
0, 17, 1, 19
Luminance
0.4723
Every format
| HEX | #cfacce |
| RGB | rgb(207, 172, 206) |
| HSL | hsl(302, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 1%, 19%) |
| LAB | lab(74.3 18.6 -12.5) |
| LCH | lch(74.3 22.4 326.1) |
| OKLCH | oklch(0.786 0.061 327.0) |
Copy-ready code
/* CSS */
color: #cfacce;
background-color: #cfacce;
/* Tailwind (arbitrary) */
class="text-[#cfacce] bg-[#cfacce]"
/* SCSS */
$brand: #cfacce;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#cfacce")Accessibility — WCAG contrast
Aa
#cfacce on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacce on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow0.5%
Key (black)18.8%
Color previews
#cfacce text on a black background
contrast 10.45:1
Card sample
#cfacce text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacce;
Background color
Panel with #cfacce background
background-color: #cfacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacce; background: linear-gradient(135deg, #cfacce, #CFACB7);