#bfacf3
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 243
HSL
256°, 75%, 81%
CMYK
21, 29, 0, 5
Luminance
0.4705
Every format
| HEX | #bfacf3 |
| RGB | rgb(191, 172, 243) |
| HSL | hsl(256, 75%, 81%) |
| CMYK | cmyk(21%, 29%, 0%, 5%) |
| LAB | lab(74.2 21.1 -32.9) |
| LCH | lch(74.2 39.1 302.7) |
| OKLCH | oklch(0.786 0.101 296.3) |
Copy-ready code
/* CSS */
color: #bfacf3;
background-color: #bfacf3;
/* Tailwind (arbitrary) */
class="text-[#bfacf3] bg-[#bfacf3]"
/* SCSS */
$brand: #bfacf3;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#bfacf3")Accessibility — WCAG contrast
Aa
#bfacf3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf3 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#bfacf3 text on a black background
contrast 10.41:1
Card sample
#bfacf3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf3;
Background color
Panel with #bfacf3 background
background-color: #bfacf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf3; background: linear-gradient(135deg, #bfacf3, #EEACF3);