#bfacf8
a light, electric violet · warm · closest name: plum
RGB
191, 172, 248
HSL
255°, 84%, 82%
CMYK
23, 31, 0, 3
Luminance
0.4736
Every format
| HEX | #bfacf8 |
| RGB | rgb(191, 172, 248) |
| HSL | hsl(255, 84%, 82%) |
| CMYK | cmyk(23%, 31%, 0%, 3%) |
| LAB | lab(74.4 22.3 -35.3) |
| LCH | lch(74.4 41.7 302.2) |
| OKLCH | oklch(0.788 0.108 295.3) |
Copy-ready code
/* CSS */
color: #bfacf8;
background-color: #bfacf8;
/* Tailwind (arbitrary) */
class="text-[#bfacf8] bg-[#bfacf8]"
/* SCSS */
$brand: #bfacf8;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.973)
/* Android */
Color.parseColor("#bfacf8")Accessibility — WCAG contrast
Aa
#bfacf8 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf8 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue97.3%
CMYK percentages
Cyan23.0%
Magenta30.6%
Yellow0.0%
Key (black)2.7%
Color previews
#bfacf8 text on a black background
contrast 10.47:1
Card sample
#bfacf8 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf8;
Background color
Panel with #bfacf8 background
background-color: #bfacf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf8; background: linear-gradient(135deg, #bfacf8, #F2ACF8);