#bface2
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 226
HSL
261°, 48%, 78%
CMYK
16, 24, 0, 11
Luminance
0.4607
Every format
| HEX | #bface2 |
| RGB | rgb(191, 172, 226) |
| HSL | hsl(261, 48%, 78%) |
| CMYK | cmyk(16%, 24%, 0%, 11%) |
| LAB | lab(73.6 17.4 -24.6) |
| LCH | lch(73.6 30.1 305.2) |
| OKLCH | oklch(0.779 0.078 300.7) |
Copy-ready code
/* CSS */
color: #bface2;
background-color: #bface2;
/* Tailwind (arbitrary) */
class="text-[#bface2] bg-[#bface2]"
/* SCSS */
$brand: #bface2;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#bface2")Accessibility — WCAG contrast
Aa
#bface2 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bface2 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue88.6%
CMYK percentages
Cyan15.5%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#bface2 text on a black background
contrast 10.21:1
Card sample
#bface2 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bface2;
Background color
Panel with #bface2 background
background-color: #bface2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bface2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bface2; background: linear-gradient(135deg, #bface2, #E2ACE1);