#bfacef
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 239
HSL
257°, 68%, 81%
CMYK
20, 28, 0, 6
Luminance
0.4681
Every format
| HEX | #bfacef |
| RGB | rgb(191, 172, 239) |
| HSL | hsl(257, 68%, 81%) |
| CMYK | cmyk(20%, 28%, 0%, 6%) |
| LAB | lab(74.1 20.2 -31.0) |
| LCH | lch(74.1 37.0 303.1) |
| OKLCH | oklch(0.784 0.096 297.2) |
Copy-ready code
/* CSS */
color: #bfacef;
background-color: #bfacef;
/* Tailwind (arbitrary) */
class="text-[#bfacef] bg-[#bfacef]"
/* SCSS */
$brand: #bfacef;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#bfacef")Accessibility — WCAG contrast
Aa
#bfacef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacef on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan20.1%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bfacef text on a black background
contrast 10.36:1
Card sample
#bfacef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacef;
Background color
Panel with #bfacef background
background-color: #bfacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacef; background: linear-gradient(135deg, #bfacef, #ECACEF);