#bface8
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 232
HSL
259°, 57%, 79%
CMYK
18, 26, 0, 9
Luminance
0.4641
Every format
| HEX | #bface8 |
| RGB | rgb(191, 172, 232) |
| HSL | hsl(259, 57%, 79%) |
| CMYK | cmyk(18%, 26%, 0%, 9%) |
| LAB | lab(73.8 18.7 -27.6) |
| LCH | lch(73.8 33.3 304.1) |
| OKLCH | oklch(0.781 0.086 298.9) |
Copy-ready code
/* CSS */
color: #bface8;
background-color: #bface8;
/* Tailwind (arbitrary) */
class="text-[#bface8] bg-[#bface8]"
/* SCSS */
$brand: #bface8;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#bface8")Accessibility — WCAG contrast
Aa
#bface8 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bface8 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue91.0%
CMYK percentages
Cyan17.7%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#bface8 text on a black background
contrast 10.28:1
Card sample
#bface8 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bface8;
Background color
Panel with #bface8 background
background-color: #bface8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bface8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bface8; background: linear-gradient(135deg, #bface8, #E7ACE8);