#cfacdc
a light, soft violet · warm · closest name: plum
RGB
207, 172, 220
HSL
284°, 41%, 77%
CMYK
6, 22, 0, 14
Luminance
0.4794
Every format
| HEX | #cfacdc |
| RGB | rgb(207, 172, 220) |
| HSL | hsl(284, 41%, 77%) |
| CMYK | cmyk(6%, 22%, 0%, 14%) |
| LAB | lab(74.8 21.3 -19.4) |
| LCH | lch(74.8 28.8 317.6) |
| OKLCH | oklch(0.791 0.077 316.8) |
Copy-ready code
/* CSS */
color: #cfacdc;
background-color: #cfacdc;
/* Tailwind (arbitrary) */
class="text-[#cfacdc] bg-[#cfacdc]"
/* SCSS */
$brand: #cfacdc;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.863)
/* Android */
Color.parseColor("#cfacdc")Accessibility — WCAG contrast
Aa
#cfacdc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacdc on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta21.8%
Yellow0.0%
Key (black)13.7%
Color previews
#cfacdc text on a black background
contrast 10.59:1
Card sample
#cfacdc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacdc;
Background color
Panel with #cfacdc background
background-color: #cfacdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacdc; background: linear-gradient(135deg, #cfacdc, #DCACC9);