#bfacdf
a light, soft violet · warm · closest name: plum
RGB
191, 172, 223
HSL
262°, 44%, 78%
CMYK
14, 23, 0, 13
Luminance
0.4591
Every format
| HEX | #bfacdf |
| RGB | rgb(191, 172, 223) |
| HSL | hsl(262, 44%, 78%) |
| CMYK | cmyk(14%, 23%, 0%, 13%) |
| LAB | lab(73.5 16.7 -23.2) |
| LCH | lch(73.5 28.6 305.8) |
| OKLCH | oklch(0.778 0.074 301.7) |
Copy-ready code
/* CSS */
color: #bfacdf;
background-color: #bfacdf;
/* Tailwind (arbitrary) */
class="text-[#bfacdf] bg-[#bfacdf]"
/* SCSS */
$brand: #bfacdf;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#bfacdf")Accessibility — WCAG contrast
Aa
#bfacdf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacdf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#bfacdf text on a black background
contrast 10.18:1
Card sample
#bfacdf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacdf;
Background color
Panel with #bfacdf background
background-color: #bfacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacdf; background: linear-gradient(135deg, #bfacdf, #DFACDD);