#cfacdf
a light, soft violet · warm · closest name: plum
RGB
207, 172, 223
HSL
281°, 44%, 78%
CMYK
7, 23, 0, 13
Luminance
0.4810
Every format
| HEX | #cfacdf |
| RGB | rgb(207, 172, 223) |
| HSL | hsl(281, 44%, 78%) |
| CMYK | cmyk(7%, 23%, 0%, 13%) |
| LAB | lab(74.9 21.9 -20.9) |
| LCH | lch(74.9 30.2 316.3) |
| OKLCH | oklch(0.792 0.080 315.1) |
Copy-ready code
/* CSS */
color: #cfacdf;
background-color: #cfacdf;
/* Tailwind (arbitrary) */
class="text-[#cfacdf] bg-[#cfacdf]"
/* SCSS */
$brand: #cfacdf;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#cfacdf")Accessibility — WCAG contrast
Aa
#cfacdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacdf on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cfacdf text on a black background
contrast 10.62:1
Card sample
#cfacdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacdf;
Background color
Panel with #cfacdf background
background-color: #cfacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacdf; background: linear-gradient(135deg, #cfacdf, #DFACCD);