#bfacfc
a light, electric blue · warm · closest name: plum
RGB
191, 172, 252
HSL
254°, 93%, 83%
CMYK
24, 32, 0, 1
Luminance
0.4761
Every format
| HEX | #bfacfc |
| RGB | rgb(191, 172, 252) |
| HSL | hsl(254, 93%, 83%) |
| CMYK | cmyk(24%, 32%, 0%, 1%) |
| LAB | lab(74.6 23.2 -37.2) |
| LCH | lch(74.6 43.9 301.9) |
| OKLCH | oklch(0.790 0.113 294.6) |
Copy-ready code
/* CSS */
color: #bfacfc;
background-color: #bfacfc;
/* Tailwind (arbitrary) */
class="text-[#bfacfc] bg-[#bfacfc]"
/* SCSS */
$brand: #bfacfc;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#bfacfc")Accessibility — WCAG contrast
Aa
#bfacfc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacfc on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bfacfc text on a black background
contrast 10.52:1
Card sample
#bfacfc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacfc;
Background color
Panel with #bfacfc background
background-color: #bfacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacfc; background: linear-gradient(135deg, #bfacfc, #F4ACFC);