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