#cfacd4
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 172, 212
HSL
293°, 32%, 75%
CMYK
2, 19, 0, 17
Luminance
0.4752
Every format
| HEX | #cfacd4 |
| RGB | rgb(207, 172, 212) |
| HSL | hsl(293, 32%, 75%) |
| CMYK | cmyk(2%, 19%, 0%, 17%) |
| LAB | lab(74.5 19.7 -15.4) |
| LCH | lch(74.5 25.0 321.9) |
| OKLCH | oklch(0.788 0.068 322.1) |
Copy-ready code
/* CSS */
color: #cfacd4;
background-color: #cfacd4;
/* Tailwind (arbitrary) */
class="text-[#cfacd4] bg-[#cfacd4]"
/* SCSS */
$brand: #cfacd4;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.831)
/* Android */
Color.parseColor("#cfacd4")Accessibility — WCAG contrast
Aa
#cfacd4 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacd4 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta18.9%
Yellow0.0%
Key (black)16.9%
Color previews
#cfacd4 text on a black background
contrast 10.50:1
Card sample
#cfacd4 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacd4;
Background color
Panel with #cfacd4 background
background-color: #cfacd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacd4; background: linear-gradient(135deg, #cfacd4, #D4ACBE);