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