#bfaceb
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 235
HSL
258°, 61%, 80%
CMYK
19, 27, 0, 8
Luminance
0.4658
Every format
| HEX | #bfaceb |
| RGB | rgb(191, 172, 235) |
| HSL | hsl(258, 61%, 80%) |
| CMYK | cmyk(19%, 27%, 0%, 8%) |
| LAB | lab(73.9 19.3 -29.0) |
| LCH | lch(73.9 34.9 303.7) |
| OKLCH | oklch(0.783 0.090 298.1) |
Copy-ready code
/* CSS */
color: #bfaceb;
background-color: #bfaceb;
/* Tailwind (arbitrary) */
class="text-[#bfaceb] bg-[#bfaceb]"
/* SCSS */
$brand: #bfaceb;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#bfaceb")Accessibility — WCAG contrast
Aa
#bfaceb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaceb on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bfaceb text on a black background
contrast 10.32:1
Card sample
#bfaceb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaceb;
Background color
Panel with #bfaceb background
background-color: #bfaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaceb; background: linear-gradient(135deg, #bfaceb, #E9ACEB);