#bfacce
a light, soft violet · warm · closest name: silver
RGB
191, 172, 206
HSL
274°, 26%, 74%
CMYK
7, 17, 0, 19
Luminance
0.4504
Every format
| HEX | #bfacce |
| RGB | rgb(191, 172, 206) |
| HSL | hsl(274, 26%, 74%) |
| CMYK | cmyk(7%, 17%, 0%, 19%) |
| LAB | lab(72.9 13.2 -14.7) |
| LCH | lch(72.9 19.8 311.8) |
| OKLCH | oklch(0.771 0.052 310.2) |
Copy-ready code
/* CSS */
color: #bfacce;
background-color: #bfacce;
/* Tailwind (arbitrary) */
class="text-[#bfacce] bg-[#bfacce]"
/* SCSS */
$brand: #bfacce;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#bfacce")Accessibility — WCAG contrast
Aa
#bfacce on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacce on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue80.8%
CMYK percentages
Cyan7.3%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#bfacce text on a black background
contrast 10.01:1
Card sample
#bfacce text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacce;
Background color
Panel with #bfacce background
background-color: #bfacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacce; background: linear-gradient(135deg, #bfacce, #CEACC6);