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