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