#bfacf4
a light, electric violet · warm · closest name: plum
RGB
191, 172, 244
HSL
256°, 77%, 82%
CMYK
22, 30, 0, 4
Luminance
0.4711
Every format
| HEX | #bfacf4 |
| RGB | rgb(191, 172, 244) |
| HSL | hsl(256, 77%, 82%) |
| CMYK | cmyk(22%, 30%, 0%, 4%) |
| LAB | lab(74.3 21.4 -33.4) |
| LCH | lch(74.3 39.6 302.6) |
| OKLCH | oklch(0.786 0.102 296.1) |
Copy-ready code
/* CSS */
color: #bfacf4;
background-color: #bfacf4;
/* Tailwind (arbitrary) */
class="text-[#bfacf4] bg-[#bfacf4]"
/* SCSS */
$brand: #bfacf4;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#bfacf4")Accessibility — WCAG contrast
Aa
#bfacf4 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf4 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue95.7%
CMYK percentages
Cyan21.7%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#bfacf4 text on a black background
contrast 10.42:1
Card sample
#bfacf4 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf4;
Background color
Panel with #bfacf4 background
background-color: #bfacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf4; background: linear-gradient(135deg, #bfacf4, #EFACF4);