#bfa3eb
a light, vivid violet · warm · closest name: plum
RGB
191, 163, 235
HSL
263°, 64%, 78%
CMYK
19, 31, 0, 8
Luminance
0.4327
Every format
| HEX | #bfa3eb |
| RGB | rgb(191, 163, 235) |
| HSL | hsl(263, 64%, 78%) |
| CMYK | cmyk(19%, 31%, 0%, 8%) |
| LAB | lab(71.7 24.3 -32.4) |
| LCH | lch(71.7 40.5 306.9) |
| OKLCH | oklch(0.766 0.105 301.8) |
Copy-ready code
/* CSS */
color: #bfa3eb;
background-color: #bfa3eb;
/* Tailwind (arbitrary) */
class="text-[#bfa3eb] bg-[#bfa3eb]"
/* SCSS */
$brand: #bfa3eb;
/* SwiftUI */
Color(red: 0.749, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#bfa3eb")Accessibility — WCAG contrast
Aa
#bfa3eb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfa3eb on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green63.9%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bfa3eb text on a black background
contrast 9.65:1
Card sample
#bfa3eb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfa3eb;
Background color
Panel with #bfa3eb background
background-color: #bfa3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfa3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfa3eb; background: linear-gradient(135deg, #bfa3eb, #EBA3E7);