#bfacec
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 236
HSL
258°, 63%, 80%
CMYK
19, 27, 0, 8
Luminance
0.4664
Every format
| HEX | #bfacec |
| RGB | rgb(191, 172, 236) |
| HSL | hsl(258, 63%, 80%) |
| CMYK | cmyk(19%, 27%, 0%, 8%) |
| LAB | lab(74.0 19.6 -29.5) |
| LCH | lch(74.0 35.4 303.5) |
| OKLCH | oklch(0.783 0.092 297.9) |
Copy-ready code
/* CSS */
color: #bfacec;
background-color: #bfacec;
/* Tailwind (arbitrary) */
class="text-[#bfacec] bg-[#bfacec]"
/* SCSS */
$brand: #bfacec;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#bfacec")Accessibility — WCAG contrast
Aa
#bfacec on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacec on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue92.5%
CMYK percentages
Cyan19.1%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#bfacec text on a black background
contrast 10.33:1
Card sample
#bfacec text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacec;
Background color
Panel with #bfacec background
background-color: #bfacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacec; background: linear-gradient(135deg, #bfacec, #EAACEC);