#cfacfa
a light, electric violet · warm · closest name: plum
RGB
207, 172, 250
HSL
267°, 89%, 83%
CMYK
17, 31, 0, 2
Luminance
0.4967
Every format
| HEX | #cfacfa |
| RGB | rgb(207, 172, 250) |
| HSL | hsl(267, 89%, 83%) |
| CMYK | cmyk(17%, 31%, 0%, 2%) |
| LAB | lab(75.9 27.5 -34.0) |
| LCH | lch(75.9 43.7 308.9) |
| OKLCH | oklch(0.803 0.114 304.5) |
Copy-ready code
/* CSS */
color: #cfacfa;
background-color: #cfacfa;
/* Tailwind (arbitrary) */
class="text-[#cfacfa] bg-[#cfacfa]"
/* SCSS */
$brand: #cfacfa;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.980)
/* Android */
Color.parseColor("#cfacfa")Accessibility — WCAG contrast
Aa
#cfacfa on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacfa on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue98.0%
CMYK percentages
Cyan17.2%
Magenta31.2%
Yellow0.0%
Key (black)2.0%
Color previews
#cfacfa text on a black background
contrast 10.93:1
Card sample
#cfacfa text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacfa;
Background color
Panel with #cfacfa background
background-color: #cfacfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacfa; background: linear-gradient(135deg, #cfacfa, #FAACF1);