#bface4
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 228
HSL
260°, 51%, 78%
CMYK
16, 25, 0, 11
Luminance
0.4618
Every format
| HEX | #bface4 |
| RGB | rgb(191, 172, 228) |
| HSL | hsl(260, 51%, 78%) |
| CMYK | cmyk(16%, 25%, 0%, 11%) |
| LAB | lab(73.7 17.8 -25.6) |
| LCH | lch(73.7 31.2 304.8) |
| OKLCH | oklch(0.780 0.081 300.1) |
Copy-ready code
/* CSS */
color: #bface4;
background-color: #bface4;
/* Tailwind (arbitrary) */
class="text-[#bface4] bg-[#bface4]"
/* SCSS */
$brand: #bface4;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#bface4")Accessibility — WCAG contrast
Aa
#bface4 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bface4 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue89.4%
CMYK percentages
Cyan16.2%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#bface4 text on a black background
contrast 10.24:1
Card sample
#bface4 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bface4;
Background color
Panel with #bface4 background
background-color: #bface4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bface4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bface4; background: linear-gradient(135deg, #bface4, #E4ACE4);