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