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