#cfacd1
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 172, 209
HSL
297°, 29%, 75%
CMYK
1, 18, 0, 18
Luminance
0.4737
Every format
| HEX | #cfacd1 |
| RGB | rgb(207, 172, 209) |
| HSL | hsl(297, 29%, 75%) |
| CMYK | cmyk(1%, 18%, 0%, 18%) |
| LAB | lab(74.4 19.1 -14.0) |
| LCH | lch(74.4 23.7 323.9) |
| OKLCH | oklch(0.787 0.064 324.5) |
Copy-ready code
/* CSS */
color: #cfacd1;
background-color: #cfacd1;
/* Tailwind (arbitrary) */
class="text-[#cfacd1] bg-[#cfacd1]"
/* SCSS */
$brand: #cfacd1;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.820)
/* Android */
Color.parseColor("#cfacd1")Accessibility — WCAG contrast
Aa
#cfacd1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacd1 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue82.0%
CMYK percentages
Cyan1.0%
Magenta17.7%
Yellow0.0%
Key (black)18.0%
Color previews
#cfacd1 text on a black background
contrast 10.47:1
Card sample
#cfacd1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacd1;
Background color
Panel with #cfacd1 background
background-color: #cfacd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacd1; background: linear-gradient(135deg, #cfacd1, #D1ACBA);