#bfacf6
a light, electric violet · warm · closest name: plum
RGB
191, 172, 246
HSL
255°, 80%, 82%
CMYK
22, 30, 0, 4
Luminance
0.4724
Every format
| HEX | #bfacf6 |
| RGB | rgb(191, 172, 246) |
| HSL | hsl(255, 80%, 82%) |
| CMYK | cmyk(22%, 30%, 0%, 4%) |
| LAB | lab(74.3 21.8 -34.3) |
| LCH | lch(74.3 40.7 302.4) |
| OKLCH | oklch(0.787 0.105 295.7) |
Copy-ready code
/* CSS */
color: #bfacf6;
background-color: #bfacf6;
/* Tailwind (arbitrary) */
class="text-[#bfacf6] bg-[#bfacf6]"
/* SCSS */
$brand: #bfacf6;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#bfacf6")Accessibility — WCAG contrast
Aa
#bfacf6 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf6 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue96.5%
CMYK percentages
Cyan22.4%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#bfacf6 text on a black background
contrast 10.45:1
Card sample
#bfacf6 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf6;
Background color
Panel with #bfacf6 background
background-color: #bfacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf6; background: linear-gradient(135deg, #bfacf6, #F0ACF6);