#cfacd6
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 172, 214
HSL
290°, 34%, 76%
CMYK
3, 20, 0, 16
Luminance
0.4763
Every format
| HEX | #cfacd6 |
| RGB | rgb(207, 172, 214) |
| HSL | hsl(290, 34%, 76%) |
| CMYK | cmyk(3%, 20%, 0%, 16%) |
| LAB | lab(74.6 20.1 -16.4) |
| LCH | lch(74.6 26.0 320.7) |
| OKLCH | oklch(0.789 0.070 320.7) |
Copy-ready code
/* CSS */
color: #cfacd6;
background-color: #cfacd6;
/* Tailwind (arbitrary) */
class="text-[#cfacd6] bg-[#cfacd6]"
/* SCSS */
$brand: #cfacd6;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.839)
/* Android */
Color.parseColor("#cfacd6")Accessibility — WCAG contrast
Aa
#cfacd6 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacd6 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue83.9%
CMYK percentages
Cyan3.3%
Magenta19.6%
Yellow0.0%
Key (black)16.1%
Color previews
#cfacd6 text on a black background
contrast 10.53:1
Card sample
#cfacd6 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacd6;
Background color
Panel with #cfacd6 background
background-color: #cfacd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacd6; background: linear-gradient(135deg, #cfacd6, #D6ACC1);