#bfacf1
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 241
HSL
257°, 71%, 81%
CMYK
21, 29, 0, 6
Luminance
0.4693
Every format
| HEX | #bfacf1 |
| RGB | rgb(191, 172, 241) |
| HSL | hsl(257, 71%, 81%) |
| CMYK | cmyk(21%, 29%, 0%, 6%) |
| LAB | lab(74.2 20.7 -31.9) |
| LCH | lch(74.2 38.0 302.9) |
| OKLCH | oklch(0.785 0.099 296.7) |
Copy-ready code
/* CSS */
color: #bfacf1;
background-color: #bfacf1;
/* Tailwind (arbitrary) */
class="text-[#bfacf1] bg-[#bfacf1]"
/* SCSS */
$brand: #bfacf1;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#bfacf1")Accessibility — WCAG contrast
Aa
#bfacf1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf1 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue94.5%
CMYK percentages
Cyan20.7%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#bfacf1 text on a black background
contrast 10.39:1
Card sample
#bfacf1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf1;
Background color
Panel with #bfacf1 background
background-color: #bfacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf1; background: linear-gradient(135deg, #bfacf1, #EDACF1);