#bfacf0
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 240
HSL
257°, 69%, 81%
CMYK
20, 28, 0, 6
Luminance
0.4687
Every format
| HEX | #bfacf0 |
| RGB | rgb(191, 172, 240) |
| HSL | hsl(257, 69%, 81%) |
| CMYK | cmyk(20%, 28%, 0%, 6%) |
| LAB | lab(74.1 20.4 -31.4) |
| LCH | lch(74.1 37.5 303.0) |
| OKLCH | oklch(0.785 0.097 296.9) |
Copy-ready code
/* CSS */
color: #bfacf0;
background-color: #bfacf0;
/* Tailwind (arbitrary) */
class="text-[#bfacf0] bg-[#bfacf0]"
/* SCSS */
$brand: #bfacf0;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.941)
/* Android */
Color.parseColor("#bfacf0")Accessibility — WCAG contrast
Aa
#bfacf0 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacf0 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta28.3%
Yellow0.0%
Key (black)5.9%
Color previews
#bfacf0 text on a black background
contrast 10.37:1
Card sample
#bfacf0 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacf0;
Background color
Panel with #bfacf0 background
background-color: #bfacf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacf0; background: linear-gradient(135deg, #bfacf0, #ECACF0);