#cfacf1
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 241
HSL
270°, 71%, 81%
CMYK
14, 29, 0, 6
Luminance
0.4912
Every format
| HEX | #cfacf1 |
| RGB | rgb(207, 172, 241) |
| HSL | hsl(270, 71%, 81%) |
| CMYK | cmyk(14%, 29%, 0%, 6%) |
| LAB | lab(75.5 25.6 -29.7) |
| LCH | lch(75.5 39.2 310.7) |
| OKLCH | oklch(0.799 0.102 307.3) |
Copy-ready code
/* CSS */
color: #cfacf1;
background-color: #cfacf1;
/* Tailwind (arbitrary) */
class="text-[#cfacf1] bg-[#cfacf1]"
/* SCSS */
$brand: #cfacf1;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#cfacf1")Accessibility — WCAG contrast
Aa
#cfacf1 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacf1 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#cfacf1 text on a black background
contrast 10.82:1
Card sample
#cfacf1 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacf1;
Background color
Panel with #cfacf1 background
background-color: #cfacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacf1; background: linear-gradient(135deg, #cfacf1, #F1ACE5);