#bfacda
a light, soft violet · warm · closest name: plum
RGB
191, 172, 218
HSL
265°, 38%, 77%
CMYK
12, 21, 0, 15
Luminance
0.4564
Every format
| HEX | #bfacda |
| RGB | rgb(191, 172, 218) |
| HSL | hsl(265, 38%, 77%) |
| CMYK | cmyk(12%, 21%, 0%, 15%) |
| LAB | lab(73.3 15.7 -20.7) |
| LCH | lch(73.3 25.9 307.1) |
| OKLCH | oklch(0.776 0.068 303.7) |
Copy-ready code
/* CSS */
color: #bfacda;
background-color: #bfacda;
/* Tailwind (arbitrary) */
class="text-[#bfacda] bg-[#bfacda]"
/* SCSS */
$brand: #bfacda;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#bfacda")Accessibility — WCAG contrast
Aa
#bfacda on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacda on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#bfacda text on a black background
contrast 10.13:1
Card sample
#bfacda text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacda;
Background color
Panel with #bfacda background
background-color: #bfacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacda; background: linear-gradient(135deg, #bfacda, #DAACD6);