#cfaacf
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 170, 207
HSL
300°, 28%, 74%
CMYK
0, 18, 0, 19
Luminance
0.4652
Every format
| HEX | #cfaacf |
| RGB | rgb(207, 170, 207) |
| HSL | hsl(300, 28%, 74%) |
| CMYK | cmyk(0%, 18%, 0%, 19%) |
| LAB | lab(73.9 19.9 -13.7) |
| LCH | lch(73.9 24.1 325.4) |
| OKLCH | oklch(0.782 0.066 326.2) |
Copy-ready code
/* CSS */
color: #cfaacf;
background-color: #cfaacf;
/* Tailwind (arbitrary) */
class="text-[#cfaacf] bg-[#cfaacf]"
/* SCSS */
$brand: #cfaacf;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#cfaacf")Accessibility — WCAG contrast
Aa
#cfaacf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaacf on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cfaacf text on a black background
contrast 10.30:1
Card sample
#cfaacf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaacf;
Background color
Panel with #cfaacf background
background-color: #cfaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaacf; background: linear-gradient(135deg, #cfaacf, #CFAAB6);