#bfacff
a light, electric blue · warm · closest name: plum
RGB
191, 172, 255
HSL
254°, 100%, 84%
CMYK
25, 33, 0, 0
Luminance
0.4780
Every format
| HEX | #bfacff |
| RGB | rgb(191, 172, 255) |
| HSL | hsl(254, 100%, 84%) |
| CMYK | cmyk(25%, 33%, 0%, 0%) |
| LAB | lab(74.7 23.9 -38.6) |
| LCH | lch(74.7 45.4 301.7) |
| OKLCH | oklch(0.791 0.117 294.1) |
Copy-ready code
/* CSS */
color: #bfacff;
background-color: #bfacff;
/* Tailwind (arbitrary) */
class="text-[#bfacff] bg-[#bfacff]"
/* SCSS */
$brand: #bfacff;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#bfacff")Accessibility — WCAG contrast
Aa
#bfacff on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacff on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bfacff text on a black background
contrast 10.56:1
Card sample
#bfacff text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacff;
Background color
Panel with #bfacff background
background-color: #bfacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacff; background: linear-gradient(135deg, #bfacff, #F6ACFF);