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