#bfacee
a light, vivid violet · warm · closest name: plum
RGB
191, 172, 238
HSL
257°, 66%, 80%
CMYK
20, 28, 0, 7
Luminance
0.4675
Every format
| HEX | #bfacee |
| RGB | rgb(191, 172, 238) |
| HSL | hsl(257, 66%, 80%) |
| CMYK | cmyk(20%, 28%, 0%, 7%) |
| LAB | lab(74.0 20.0 -30.5) |
| LCH | lch(74.0 36.5 303.3) |
| OKLCH | oklch(0.784 0.094 297.4) |
Copy-ready code
/* CSS */
color: #bfacee;
background-color: #bfacee;
/* Tailwind (arbitrary) */
class="text-[#bfacee] bg-[#bfacee]"
/* SCSS */
$brand: #bfacee;
/* SwiftUI */
Color(red: 0.749, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#bfacee")Accessibility — WCAG contrast
Aa
#bfacee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfacee on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.5%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bfacee text on a black background
contrast 10.35:1
Card sample
#bfacee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfacee;
Background color
Panel with #bfacee background
background-color: #bfacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfacee; background: linear-gradient(135deg, #bfacee, #EBACEE);